update
This commit is contained in:
parent
2ecb98a842
commit
2a7a262ad6
2 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.7 KiB |
|
@ -18,8 +18,8 @@ module.exports = {
|
|||
},
|
||||
output: {
|
||||
path: __dirname + '/public',
|
||||
filename: '[name].js',
|
||||
chunkFilename: '[name].[id].js'
|
||||
filename: 'bundle.js',
|
||||
chunkFilename: 'bundle.[id].js'
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
@ -50,7 +50,7 @@ module.exports = {
|
|||
mode,
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({
|
||||
filename: '[name].css'
|
||||
filename: 'bundle.css'
|
||||
})
|
||||
],
|
||||
devtool: prod ? false: 'source-map'
|
||||
|
|
Loading…
Reference in a new issue