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 f7cae15 commit 536e9a1Copy full SHA for 536e9a1
templates/app/webpack.make.js
@@ -138,7 +138,7 @@ module.exports = function makeWebpackConfig(options) {
138
// Compiles ES6 and ES7 into ES5 code
139
test: /\.js$/,
140
loader: 'babel',
141
- query: {comments: DEV},
+ query: {comments: DEV || E2E},
142
include: [
143
path.resolve(__dirname, 'client/'),
144
path.resolve(__dirname, 'node_modules/lodash-es/')
0 commit comments