feat: enable runtimeChunk for extracting manifest chunk

This commit is contained in:
Clark Du 2018-08-31 22:47:49 +01:00
parent b11e9c0e51
commit 40aae73d5b
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -62,6 +62,7 @@ export default {
styleResources: {},
plugins: [],
optimization: {
runtimeChunk: 'single',
splitChunks: {
chunks: 'all',
automaticNameDelimiter: '.',