mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
feat: enable runtimeChunk for extracting manifest chunk
This commit is contained in:
parent
b11e9c0e51
commit
40aae73d5b
@ -62,6 +62,7 @@ export default {
|
||||
styleResources: {},
|
||||
plugins: [],
|
||||
optimization: {
|
||||
runtimeChunk: 'single',
|
||||
splitChunks: {
|
||||
chunks: 'all',
|
||||
automaticNameDelimiter: '.',
|
||||
|
Loading…
Reference in New Issue
Block a user