Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a watch option | eric thul | 2017-02-19 | 1 | -1/+6 |
| | | | | | | | | | | | | | 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 | ||||
* | Emit warnings/errors to the compilation instance | eric thul | 2016-11-19 | 1 | -2/+3 |
| | | | | Avoids duplication of warnings. Resolves #78 | ||||
* | Use emitError and emitWarning | eric thul | 2016-11-19 | 1 | -3/+12 |
| | |||||
* | Update debug statements during build/bundle | eric thul | 2016-11-19 | 1 | -3/+4 |
| | |||||
* | Don't console.log unless it is needed | Javier Casas | 2016-11-11 | 1 | -3/+3 |
| | |||||
* | Wrapping reject values in Error objects | eric thul | 2016-11-05 | 1 | -2/+2 |
| | |||||
* | Fixes bundled output path | James Yu | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Reduce building of PureScript module map | eric thul | 2016-06-12 | 1 | -0/+92 |
Resolves #59 and resolves #60 |