This commit is contained in:
Johannes Rieken
2018-08-21 10:27:03 +02:00
parent d259a977b6
commit 07796186d3
2 changed files with 4 additions and 7 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ const myConfig = {
},
plugins: [
new CopyWebpackPlugin([
{ from: './out/*.sh', to: '[name].sh' }
{ from: './out/*.sh', to: '[name].sh' },
{ from: './out/nls.*.json', to: '[name].json' }
])
],
externals: {