1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-03 04:59:06 +02:00

copy over some necessary assets

This commit is contained in:
Kyle Spearrin 2018-06-04 23:26:05 -04:00
parent bf796fe80c
commit 995835a96c

View File

@ -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({