mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
fix: remove runtime/ prefix
This commit is contained in:
parent
1f5e82a5bc
commit
531f6b1e08
@ -31,7 +31,7 @@ export const getRollupConfig = (sigmaContext: SigmaContext) => {
|
||||
const builtinPreset: Preset = {
|
||||
alias: {
|
||||
// General
|
||||
depd: 'un/runtime/npm/depd',
|
||||
depd: 'un/npm/depd',
|
||||
// Vue 2
|
||||
encoding: 'un/mock/proxy',
|
||||
he: 'un/mock/proxy',
|
||||
|
Loading…
Reference in New Issue
Block a user