mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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,
|
||||
loadingScreen: {} as Record<string, any> | false,
|
||||
optimization: {
|
||||
runtimeChunk: 'single',
|
||||
minimize: undefined as boolean | undefined,
|
||||
minimizer: undefined,
|
||||
// cssMinimizer: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user