1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

IE fixes and polyfills

This commit is contained in:
Kyle Spearrin
2018-06-07 23:38:17 -04:00
parent 059df9c45d
commit 6436bb65e2
12 changed files with 415 additions and 1026 deletions

View File

@@ -78,7 +78,7 @@ const plugins = [
new HtmlWebpackPlugin({
template: './src/index.html',
filename: 'index.html',
chunks: ['app/vendor', 'app/main'],
chunks: ['app/polyfills', 'app/main'],
}),
new HtmlWebpackPlugin({
template: './src/connectors/duo.html',
@@ -138,6 +138,7 @@ const config = {
devtool: 'source-map',
serve: serve,
entry: {
'app/polyfills': './src/app/polyfills.ts',
'app/main': './src/app/main.ts',
'connectors/u2f': './src/connectors/u2f.js',
'connectors/duo': './src/connectors/duo.js',