Skip to content

Commit

Permalink
Merge pull request angular-fullstack#2765 from angular-fullstack/fix/…
Browse files Browse the repository at this point in the history
…double-zone-js

fix(client): remove polyfills from Webpack entry
  • Loading branch information
Awk34 authored Oct 22, 2018
2 parents 10fc3c3 + c6afc4a commit 12f60d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/app/webpack.make.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module.exports = function makeWebpackConfig(options) {
if(!TEST) {
config.entry = {
app: './client/app/app.<%= scriptExt %>',
polyfills: './client/app/polyfills.<%= scriptExt %>',
vendor: [
'lodash'
]
Expand Down

0 comments on commit 12f60d6

Please sign in to comment.