projects
/
pixelated-user-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d920097
)
Fixes watch command for vagrant environments
author
Anike Arni
<aarni@thoughtworks.com>
Mon, 15 May 2017 16:04:01 +0000
(13:04 -0300)
committer
Anike Arni
<aarni@thoughtworks.com>
Mon, 15 May 2017 16:04:01 +0000
(13:04 -0300)
web-ui/webpack.config.js
patch
|
blob
|
history
diff --git
a/web-ui/webpack.config.js
b/web-ui/webpack.config.js
index
e82cf88
..
4ad4504
100644
(file)
--- a/
web-ui/webpack.config.js
+++ b/
web-ui/webpack.config.js
@@
-15,6
+15,10
@@
var commonConfiguration = {
module: {
loaders: loaders
},
+ watchOptions: {
+ poll: true
+
+ },
postcss: {}
};