Skip to content

Commit c6afc4a

Browse files
authored
fix(client): remove polyfills from Webpack entry
Since the file is also imported, this caused Zone.js to be loaded twice, which was breaking the front end fixes #2764
1 parent 10fc3c3 commit c6afc4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/app/webpack.make.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ module.exports = function makeWebpackConfig(options) {
3939
if(!TEST) {
4040
config.entry = {
4141
app: './client/app/app.<%= scriptExt %>',
42-
polyfills: './client/app/polyfills.<%= scriptExt %>',
4342
vendor: [
4443
'lodash'
4544
]

0 commit comments

Comments
 (0)