mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
fix(webpack): exclude ! for externals
This commit is contained in:
parent
f51eb015d2
commit
daaf02f5e4
@ -38,6 +38,7 @@ function serverStandalone (ctx: WebpackConfigContext) {
|
|||||||
'nuxt/build',
|
'nuxt/build',
|
||||||
'@nuxt/app',
|
'@nuxt/app',
|
||||||
'vuex5',
|
'vuex5',
|
||||||
|
'!',
|
||||||
'-!',
|
'-!',
|
||||||
...ctx.options.build.transpile
|
...ctx.options.build.transpile
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user