1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

try to build

This commit is contained in:
Kyle Spearrin
2018-02-12 13:21:38 -05:00
parent e843578df9
commit 432a808c1e
5 changed files with 5598 additions and 8 deletions

View File

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