Skip to content

Commit 4cf55ad

Browse files
committed
Update webpack config
1 parent ea046c9 commit 4cf55ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
],
3030
devtool: 'cheap-module-source-map',
3131
output: {
32-
filename: '[name].js',
32+
filename: '[name].[hash].js',
3333
path: path.resolve(__dirname, 'dist')
3434
}
3535
}

0 commit comments

Comments
 (0)