We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc9938 commit 5ab6c40Copy full SHA for 5ab6c40
examples/webpack.config.js
@@ -12,7 +12,7 @@ const config = {
12
mode: PROD ? "production" : "development",
13
entry: ['./examples/index.js'],
14
output: {
15
- filename: 'bundle.[hash].js',
+ filename: 'bundle.[contenthash].js',
16
path: path.resolve(__dirname, '../public'),
17
publicPath: DEV ? '/' : '/react-contextmenu/',
18
hashDigestLength: 6,
0 commit comments