Skip to content

Commit 5ab6c40

Browse files
committed
Switch to a more performant [contenthash]
1 parent 5dc9938 commit 5ab6c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = {
1212
mode: PROD ? "production" : "development",
1313
entry: ['./examples/index.js'],
1414
output: {
15-
filename: 'bundle.[hash].js',
15+
filename: 'bundle.[contenthash].js',
1616
path: path.resolve(__dirname, '../public'),
1717
publicPath: DEV ? '/' : '/react-contextmenu/',
1818
hashDigestLength: 6,

0 commit comments

Comments
 (0)