Skip to content

Commit 12f60d6

Browse files
authored
Merge pull request #2765 from angular-fullstack/fix/double-zone-js
fix(client): remove polyfills from Webpack entry
2 parents 10fc3c3 + c6afc4a commit 12f60d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: templates/app/webpack.make.js

-1
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)