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,
|
||||
|
||||
output: {
|
||||
filename: 'js/[name]-[chunkhash].js',
|
||||
chunkFilename: 'js/[name]-[chunkhash].chunk.js',
|
||||
filename: 'js/[name].js',
|
||||
hotUpdateChunkFilename: 'js/[id]-[hash].hot-update.js',
|
||||
hashFunction: 'sha256',
|
||||
crossOriginLoading: 'anonymous',
|
||||
|
@ -103,8 +102,7 @@ module.exports = {
|
|||
},
|
||||
),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: 'css/[name]-[contenthash:8].css',
|
||||
chunkFilename: 'css/[name]-[contenthash:8].chunk.css',
|
||||
filename: 'css/[name].css',
|
||||
}),
|
||||
new AssetsManifestPlugin({
|
||||
integrity: true,
|
||||
|
|
Loading…
Reference in a new issue