add records
This commit is contained in:
parent
5d418e84fe
commit
3da56b1a44
|
@ -78,6 +78,7 @@ const webpackConfig = merge(baseWebpackConfig, {
|
||||||
ignore: ['.*']
|
ignore: ['.*']
|
||||||
}])
|
}])
|
||||||
],
|
],
|
||||||
|
recordsPath: path.resolve('webpack-records.json'),
|
||||||
optimization: {
|
optimization: {
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue