mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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
|
entry: null, // Abstract
|
||||||
node: false,
|
node: false,
|
||||||
minify: true,
|
minify: true,
|
||||||
|
externals: false,
|
||||||
inlineDynamicImports: true // iffe does not support code-splitting
|
inlineDynamicImports: true // iffe does not support code-splitting
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user