Skip to content

Commit

Permalink
fix(config): Configured elm-webpack-loader to watch other modules in …
Browse files Browse the repository at this point in the history
…the src

#113
  • Loading branch information
Eduard Kyvenko committed Apr 13, 2017
1 parent a5bf56c commit 17575c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ module.exports = {
verbose: true,
warn: true,
debug: true,
pathToMake: paths.elmMake
pathToMake: paths.elmMake,
forceWatch: true
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"elm": "^0.18.0",
"elm-hot-loader": "0.5.4",
"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",
Expand Down

0 comments on commit 17575c9

Please sign in to comment.