Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Removing unneccessary entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynarus committed Sep 12, 2017
1 parent 34586e9 commit 492cbcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/build/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ module.exports = {
entry: {
'polyfills': './src/polyfills.ts',
'vendor': './src/vendor.ts',
'app': './src/main.ts',
'styles': [ './src\\global.scss' ]
'app': './src/main.ts'
},

resolve: {
Expand Down

0 comments on commit 492cbcd

Please sign in to comment.