We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bf56c commit 17575c9Copy full SHA for 17575c9
config/webpack.config.dev.js
@@ -56,7 +56,8 @@ module.exports = {
56
verbose: true,
57
warn: true,
58
debug: true,
59
- pathToMake: paths.elmMake
+ pathToMake: paths.elmMake,
60
+ forceWatch: true
61
}
62
63
]
package.json
@@ -53,7 +53,7 @@
53
"elm": "^0.18.0",
54
"elm-hot-loader": "0.5.4",
55
"elm-test": "0.18.2",
- "elm-webpack-loader": "4.2.0",
+ "elm-webpack-loader": "^4.3.0",
"extend": "3.0.0",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"file-loader": "0.10.0",
0 commit comments