1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

safari 2fa page cleanup

This commit is contained in:
Kyle Spearrin
2019-08-21 10:05:17 -04:00
parent 46bca30f04
commit 0e798c610e
9 changed files with 5 additions and 156 deletions

View File

@@ -99,11 +99,6 @@ const plugins = [
filename: 'downloader/index.html',
chunks: ['downloader/downloader'],
}),
new HtmlWebpackPlugin({
template: './src/2fa/index.html',
filename: '2fa/index.html',
chunks: ['2fa/2fa'],
}),
new CopyWebpackPlugin([
'./src/manifest.json',
{ from: './src/_locales', to: '_locales' },
@@ -154,7 +149,6 @@ const config = {
'content/shortcuts': './src/content/shortcuts.ts',
'notification/bar': './src/notification/bar.js',
'downloader/downloader': './src/downloader/downloader.ts',
'2fa/2fa': './src/2fa/2fa.ts',
},
optimization: {
minimize: false,