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

downloader for edge and safari

This commit is contained in:
Kyle Spearrin
2018-01-15 10:01:25 -05:00
parent 3cee5970bf
commit b3aaf8063c
7 changed files with 53 additions and 50 deletions

View File

@@ -22,6 +22,7 @@ module.exports = {
'content/autofiller': './src/content/autofiller.js',
'content/notificationBar': './src/content/notificationBar.js',
'notification/bar': './src/notification/bar.js',
'downloader/downloader': './src/downloader/downloader.ts',
},
module: {
rules: [
@@ -94,6 +95,11 @@ module.exports = {
filename: 'notification/bar.html',
chunks: ['notification/bar']
}),
new HtmlWebpackPlugin({
template: './src/downloader/index.html',
filename: 'downloader/index.html',
chunks: ['downloader/downloader']
}),
new CopyWebpackPlugin([
'./src/manifest.json',
'./src/Info.plist',