mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 22:20:44 +00:00
Use webpack-shell-plugin onBuildExit
event, so bundled files are also copied when using webpack watch
too.
This commit is contained in:
parent
2219858764
commit
713de8cda7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
}),
|
||||
|
||||
new WebpackShellPlugin({
|
||||
onBuildEnd: 'node copy-to-examples.js'
|
||||
onBuildExit: 'node copy-to-examples.js'
|
||||
})
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue