From d89cd775ca7c22dfbe1a09e99b56db7e8f2e99b7 Mon Sep 17 00:00:00 2001 From: Julien Wajsberg Date: Mon, 25 Apr 2022 14:26:51 +0200 Subject: [PATCH] Remove the source map property to use its default value, solves issues on recompiling --- examples/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/webpack.config.js b/examples/webpack.config.js index 4d1037b2..1d65e6b4 100644 --- a/examples/webpack.config.js +++ b/examples/webpack.config.js @@ -16,7 +16,6 @@ const config = { path: path.resolve(__dirname, '../public'), publicPath: DEV ? '/' : '/react-contextmenu/', hashDigestLength: 6, - sourceMapFilename: 'bundle.js.map' }, resolve: { modules: [