mirror of
https://github.com/bitwarden/browser
synced 2025-01-21 08:47:52 +01:00
background.js doesnt need to be copied
This commit is contained in:
parent
05f5891216
commit
d919b02fb3
@ -93,7 +93,6 @@ module.exports = {
|
|||||||
}),
|
}),
|
||||||
new CopyWebpackPlugin([
|
new CopyWebpackPlugin([
|
||||||
'./src/manifest.json',
|
'./src/manifest.json',
|
||||||
'./src/background.js',
|
|
||||||
{ from: './src/_locales', to: '_locales' },
|
{ from: './src/_locales', to: '_locales' },
|
||||||
{ from: './src/edge', to: 'edge' },
|
{ from: './src/edge', to: 'edge' },
|
||||||
{ from: './src/images', to: 'images' },
|
{ from: './src/images', to: 'images' },
|
||||||
|
Loading…
Reference in New Issue
Block a user