Skip to content

Commit 16c317a

Browse files
committed
Fix missing hyphen in default devtool value.
1 parent ffdd935 commit 16c317a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function compile(fixture, config = {}, options = {}) {
154154
// eslint-disable-next-line no-param-reassign
155155
config = {
156156
mode: 'development',
157-
devtool: config.devtool || 'sourcemap',
157+
devtool: config.devtool || 'source-map',
158158
context: path.resolve(__dirname, 'fixtures'),
159159
entry: path.resolve(__dirname, 'fixtures', fixture),
160160
output: outputConfig(config),

0 commit comments

Comments
 (0)