Skip to content

Commit 8d18037

Browse files
committed
Better CSS output file name
1 parent 4673f5c commit 8d18037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/webpack.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
new HtmlWebpackPlugin({
1818
template: path.join(dirSrc, 'index.html')
1919
}),
20-
new ExtractTextPlugin('[name].[contenthash].css')
20+
new ExtractTextPlugin('style.[hash].css')
2121
],
2222
entry: {
2323
app: path.join(dirSrc, 'index'),

0 commit comments

Comments
 (0)