mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
copy over some necessary assets
This commit is contained in:
parent
bf796fe80c
commit
995835a96c
@ -63,6 +63,11 @@ const plugins = [
|
||||
chunks: ['vendor', 'main'],
|
||||
}),
|
||||
new CopyWebpackPlugin([
|
||||
{ from: './src/manifest.json' },
|
||||
{ from: './src/favicon.ico' },
|
||||
{ from: './src/version.json' },
|
||||
{ from: './src/browserconfig.xml' },
|
||||
{ from: './src/app-id.json' },
|
||||
{ from: './src/images', to: 'images' },
|
||||
]),
|
||||
new webpack.SourceMapDevToolPlugin({
|
||||
|
Loading…
Reference in New Issue
Block a user