Disable chunking
This commit is contained in:
parent
9078917012
commit
d235afc303
1 changed files with 2 additions and 4 deletions
|
@ -57,8 +57,7 @@ module.exports = {
|
||||||
entry: entries,
|
entry: entries,
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
filename: 'js/[name]-[chunkhash].js',
|
filename: 'js/[name].js',
|
||||||
chunkFilename: 'js/[name]-[chunkhash].chunk.js',
|
|
||||||
hotUpdateChunkFilename: 'js/[id]-[hash].hot-update.js',
|
hotUpdateChunkFilename: 'js/[id]-[hash].hot-update.js',
|
||||||
hashFunction: 'sha256',
|
hashFunction: 'sha256',
|
||||||
crossOriginLoading: 'anonymous',
|
crossOriginLoading: 'anonymous',
|
||||||
|
@ -103,8 +102,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: 'css/[name]-[contenthash:8].css',
|
filename: 'css/[name].css',
|
||||||
chunkFilename: 'css/[name]-[contenthash:8].chunk.css',
|
|
||||||
}),
|
}),
|
||||||
new AssetsManifestPlugin({
|
new AssetsManifestPlugin({
|
||||||
integrity: true,
|
integrity: true,
|
||||||
|
|
Loading…
Reference in a new issue