We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6593043 commit 5dab570Copy full SHA for 5dab570
scripts/webpack.config.dev.mjs
@@ -13,7 +13,7 @@ const isFirefox = process.env.TARGET_BROWSER === 'firefox'
13
*/
14
const devConfig = {
15
mode: 'development',
16
- devtool: 'inline-source-map',
+ devtool: 'inline-cheap-module-source-map',
17
watch: true,
18
plugins: [
19
new Dotenv({
0 commit comments