mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
fix: remove runtimeChunk options (HMR push of undefined error)
This commit is contained in:
parent
d6ed1dfc2c
commit
7309ef303a
@ -286,7 +286,6 @@ export default () => ({
|
|||||||
} as Loaders,
|
} as Loaders,
|
||||||
loadingScreen: {} as Record<string, any> | false,
|
loadingScreen: {} as Record<string, any> | false,
|
||||||
optimization: {
|
optimization: {
|
||||||
runtimeChunk: 'single',
|
|
||||||
minimize: undefined as boolean | undefined,
|
minimize: undefined as boolean | undefined,
|
||||||
minimizer: undefined,
|
minimizer: undefined,
|
||||||
// cssMinimizer: undefined,
|
// cssMinimizer: undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user