Skip to content

Commit d89cd77

Browse files
committed
Remove the source map property to use its default value, solves issues on recompiling
1 parent f7faf92 commit d89cd77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const config = {
1616
path: path.resolve(__dirname, '../public'),
1717
publicPath: DEV ? '/' : '/react-contextmenu/',
1818
hashDigestLength: 6,
19-
sourceMapFilename: 'bundle.js.map'
2019
},
2120
resolve: {
2221
modules: [

0 commit comments

Comments
 (0)