Skip to content

Commit 536e9a1

Browse files
committed
fix(webpack): fix ng-annotate for e2e
1 parent f7cae15 commit 536e9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/webpack.make.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports = function makeWebpackConfig(options) {
138138
// Compiles ES6 and ES7 into ES5 code
139139
test: /\.js$/,
140140
loader: 'babel',
141-
query: {comments: DEV},
141+
query: {comments: DEV || E2E},
142142
include: [
143143
path.resolve(__dirname, 'client/'),
144144
path.resolve(__dirname, 'node_modules/lodash-es/')

0 commit comments

Comments
 (0)