Created
March 12, 2017 21:32
-
-
Save awestbro/7d82a523a92194c1f387b0f8cc65049e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config :myproject, Myproject.Endpoint, | |
http: [port: 4000], | |
debug_errors: true, | |
code_reloader: true, | |
check_origin: false, | |
watchers: [node: ["node_modules/webpack/bin/webpack.js", "--watch-stdin", "--progress", "--color", | |
cd: Path.expand("../", __DIR__)]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably best to use
node_modules/.bin/webpack
instead ofnode_modules/webpack/bin/webpack.js