mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
fix(nitro): disable externals in worker preset (#535)
This commit is contained in:
parent
d05d8821a0
commit
3e0e24f80d
@ -4,5 +4,6 @@ export const worker: NitroPreset = {
|
||||
entry: null, // Abstract
|
||||
node: false,
|
||||
minify: true,
|
||||
externals: false,
|
||||
inlineDynamicImports: true // iffe does not support code-splitting
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user