Paver runs Webpack (incl watcher) in dev and test

This commit is contained in:
Brian Jacobel
2017-04-07 10:23:55 -04:00
parent ef4b5cb8c3
commit 3b43fb38a4
6 changed files with 40 additions and 5 deletions

View File

@@ -45,6 +45,10 @@ var wpconfig = {
resolve: {
extensions: ['.js', '.json']
},
watchOptions: {
poll: true
}
};