We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d5d41 commit 084bd21Copy full SHA for 084bd21
webpack/webpack.dev.config.js
@@ -5,7 +5,7 @@ const webExtConfig = require('../web-ext.config');
5
const commonConfig = require('./webpack.common.config');
6
7
module.exports = merge(commonConfig, {
8
- devtool: 'cheap-module-source-map',
+ devtool: 'inline-cheap-module-source-map',
9
optimization: {
10
minimize: false,
11
moduleIds: 'named',
0 commit comments