Skip to content

Commit 5869701

Browse files
committed
Fix sourcemaps in test error stack traces
1 parent fecc2dc commit 5869701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack/strategies/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import _ from 'lodash';
33
export default (config, options) => {
44
if (options.test) {
55
config = _.extend({}, config, {
6-
devtool: 'inline-source-map',
6+
devtool: 'eval',
77
entry: undefined,
88
output: {
99
pathinfo: true

0 commit comments

Comments
 (0)