Skip to content

Commit 084bd21

Browse files
committed
Use inline source map
1 parent a6d5d41 commit 084bd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.dev.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const webExtConfig = require('../web-ext.config');
55
const commonConfig = require('./webpack.common.config');
66

77
module.exports = merge(commonConfig, {
8-
devtool: 'cheap-module-source-map',
8+
devtool: 'inline-cheap-module-source-map',
99
optimization: {
1010
minimize: false,
1111
moduleIds: 'named',

0 commit comments

Comments
 (0)