We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecc2dc commit 5869701Copy full SHA for 5869701
1 file changed
webpack/strategies/test.js
@@ -3,7 +3,7 @@ import _ from 'lodash';
3
export default (config, options) => {
4
if (options.test) {
5
config = _.extend({}, config, {
6
- devtool: 'inline-source-map',
+ devtool: 'eval',
7
entry: undefined,
8
output: {
9
pathinfo: true
0 commit comments