Skip to content

Commit

Permalink
Remove the source map property to use its default value, solves issue…
Browse files Browse the repository at this point in the history
…s on recompiling
  • Loading branch information
julienw committed Apr 25, 2022
1 parent f7faf92 commit d89cd77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const config = {
path: path.resolve(__dirname, '../public'),
publicPath: DEV ? '/' : '/react-contextmenu/',
hashDigestLength: 6,
sourceMapFilename: 'bundle.js.map'
},
resolve: {
modules: [
Expand Down

0 comments on commit d89cd77

Please sign in to comment.