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

Commit 492cbcd

Browse files
author
Tynarus
committed
Removing unneccessary entry file
1 parent 34586e9 commit 492cbcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/build/webpack.common.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ module.exports = {
66
entry: {
77
'polyfills': './src/polyfills.ts',
88
'vendor': './src/vendor.ts',
9-
'app': './src/main.ts',
10-
'styles': [ './src\\global.scss' ]
9+
'app': './src/main.ts'
1110
},
1211

1312
resolve: {

0 commit comments

Comments
 (0)