Skip to content

Commit

Permalink
fix(vendors chunk): reuse existing chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed May 5, 2020
1 parent 9600743 commit b2c54ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@nodepack/service/src/config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ module.exports = (api, options) => {
test: /[\\/]node_modules[\\/]/,
name: 'vendors',
chunks: 'all',
reuseExistingChunk: true,
},
},
})
Expand Down

0 comments on commit b2c54ad

Please sign in to comment.