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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user