]> git.immae.eu Git - github/fretlink/purs-loader.git/commit
Add a watch option
authoreric thul <thul.eric@gmail.com>
Sun, 19 Feb 2017 16:29:57 +0000 (11:29 -0500)
committereric thul <thul.eric@gmail.com>
Sun, 19 Feb 2017 17:10:43 +0000 (12:10 -0500)
commitdf8798fa0eeeb3dfcce14dc10100b03f708b57f6
tree4357fadcb0bd9c7fe73b38c6a3adcd305834d980
parent8e21ab0ab3f8ba9d129f1cf3b59f87d7a2b5bfc2
Add a watch option

Similar to the way psc-ide support works, the purs-loader now tolerates
compiler errors when the `watch` option is true. When webpack is being
run in watch mode the user can set `watch` to true in order to avoid
failing the webpack bundle creation when the PureScript compiler fails.

Resolves issue #66

Resolves issue #73

Resolves issue #74
README.md
src/Psc.js
src/index.js