@alexchantastic/web-seed
Advanced tools
Comparing version
{ | ||
"name": "@alexchantastic/web-seed", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A starter repository built on webpack for building small websites and simple prototypes.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexchantastic/web-seed", |
@@ -9,2 +9,5 @@ const config = require('./webpack.config.js'); | ||
mode: 'production', | ||
output: { | ||
filename: '[name].bundle.[hash].js', | ||
}, | ||
module: { | ||
@@ -36,3 +39,3 @@ rules: [ | ||
new MiniCssExtractPlugin({ | ||
filename: 'styles/[name].css' | ||
filename: 'styles/[name].[hash].css' | ||
}), | ||
@@ -43,2 +46,2 @@ new UglifyJsPlugin() | ||
module.exports = merge(prodConfig, config); | ||
module.exports = merge(config, prodConfig); |
Sorry, the diff of this file is not supported yet
39617
0.38%161
1.9%