mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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/app',
|
||||
'vuex5',
|
||||
'!',
|
||||
'-!',
|
||||
...ctx.options.build.transpile
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user