Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 30c23f1

Browse files
committed
chore: remove vendor
1 parent 3394a67 commit 30c23f1

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

src/vendor.browser.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ var path = require('path');
55
// Webpack Config
66
var webpackConfig = {
77
entry: {
8-
'polyfills': './src/polyfills.browser.ts',
9-
'vendor': './src/vendor.browser.ts',
10-
'main': './src/main.browser.ts',
8+
'main': './src/main.browser.ts',
119
},
1210

1311
output: {

0 commit comments

Comments
 (0)