We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6047ec commit ba6ca0aCopy full SHA for ba6ca0a
dev/webpack.config.js
@@ -13,7 +13,7 @@ const __DEV__ = process.env.NODE_ENV === 'development';
13
const clean = arr => arr.filter(item => item !== false);
14
15
module.exports = {
16
- devtool: __DEV__ ? 'cheap-eval-source-map' : 'source-map',
+ devtool: __DEV__ ? 'cheap-module-source-map' : 'source-map',
17
18
entry: __DEV__
19
? {
0 commit comments