Skip to content

Commit f793036

Browse files
committed
Merge pull request react-bootstrap#670 from react-bootstrap/fix-stack-trace-in-test-failures
Fix sourcemaps in test error stack traces
2 parents 26c5129 + 5869701 commit f793036

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)