We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7faf92 commit d89cd77Copy full SHA for d89cd77
1 file changed
examples/webpack.config.js
@@ -16,7 +16,6 @@ const config = {
16
path: path.resolve(__dirname, '../public'),
17
publicPath: DEV ? '/' : '/react-contextmenu/',
18
hashDigestLength: 6,
19
- sourceMapFilename: 'bundle.js.map'
20
},
21
resolve: {
22
modules: [
0 commit comments