mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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 = {
|
const builtinPreset: Preset = {
|
||||||
alias: {
|
alias: {
|
||||||
// General
|
// General
|
||||||
depd: 'un/runtime/npm/depd',
|
depd: 'un/npm/depd',
|
||||||
// Vue 2
|
// Vue 2
|
||||||
encoding: 'un/mock/proxy',
|
encoding: 'un/mock/proxy',
|
||||||
he: 'un/mock/proxy',
|
he: 'un/mock/proxy',
|
||||||
|
Loading…
Reference in New Issue
Block a user