Paver runs Webpack (incl watcher) in dev and test
This commit is contained in:
@@ -45,6 +45,10 @@ var wpconfig = {
|
||||
|
||||
resolve: {
|
||||
extensions: ['.js', '.json']
|
||||
},
|
||||
|
||||
watchOptions: {
|
||||
poll: true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user