Skip to content

Commit

Permalink
feat: enable runtimeChunk for extracting manifest chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Aug 31, 2018
1 parent b11e9c0 commit 40aae73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/common/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
styleResources: {},
plugins: [],
optimization: {
runtimeChunk: 'single',
splitChunks: {
chunks: 'all',
automaticNameDelimiter: '.',
Expand Down

0 comments on commit 40aae73

Please sign in to comment.