copy over some necessary assets

This commit is contained in:
Kyle Spearrin 2018-06-04 23:26:05 -04:00
parent bf796fe80c
commit 995835a96c
1 changed files with 5 additions and 0 deletions

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