mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +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: {},
|
styleResources: {},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
optimization: {
|
optimization: {
|
||||||
|
runtimeChunk: 'single',
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
automaticNameDelimiter: '.',
|
automaticNameDelimiter: '.',
|
||||||
|
Loading…
Reference in New Issue
Block a user