Skip to content

Commit 17575c9

Browse files
author
Eduard Kyvenko
committed
fix(config): Configured elm-webpack-loader to watch other modules in the src
#113
1 parent a5bf56c commit 17575c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/webpack.config.dev.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ module.exports = {
5656
verbose: true,
5757
warn: true,
5858
debug: true,
59-
pathToMake: paths.elmMake
59+
pathToMake: paths.elmMake,
60+
forceWatch: true
6061
}
6162
}
6263
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"elm": "^0.18.0",
5454
"elm-hot-loader": "0.5.4",
5555
"elm-test": "0.18.2",
56-
"elm-webpack-loader": "4.2.0",
56+
"elm-webpack-loader": "^4.3.0",
5757
"extend": "3.0.0",
5858
"extract-text-webpack-plugin": "^2.0.0-rc.2",
5959
"file-loader": "0.10.0",

0 commit comments

Comments
 (0)