Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to compile independently of purescript-webpack-plugin. | Alex Mingoia | 2016-05-10 | 1 | -34/+0 |
| | | | | | | | - Remove dependence on purescript-webpack-plugin - Fixes double-compilation issue by loading compiled JS instead of adding dependency. - Uses `psc-ide-server` for fast rebuilds. | ||||
* | Defers to the plugin for writing PureScript output | eric thul | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into topic/stderr | eric thul | 2016-03-12 | 1 | -20/+5 |
|\ | |||||
| * | Handling dependencies | eric thul | 2016-03-12 | 1 | -20/+2 |
| | | |||||
| * | Handle optional bundling by the compiler | eric thul | 2016-03-08 | 1 | -1/+4 |
| | | | | | | | | Resolves ethul/purescript-webpack-plugin#9 | ||||
* | | Writes PureScript output to stderr | eric thul | 2016-03-06 | 1 | -1/+1 |
|/ | | | | Resolves #40 | ||||
* | Adds dependencies of modules process by the loader. | eric thul | 2016-02-24 | 1 | -0/+49 |
The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37 |