1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

only need 1 package.json

This commit is contained in:
Kyle Spearrin
2018-02-10 14:50:36 -05:00
parent 884eefd589
commit efb3a3080f
3 changed files with 5 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ const main = {
path.resolve(__dirname, 'build/*')
]),
new CopyWebpackPlugin([
'./src/package.json',
'./package.json',
{ from: './src/images', to: 'images' },
{ from: './src/locales', to: 'locales' },
]),