Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to compile independently of purescript-webpack-plugin. | Alex Mingoia | 2016-05-10 | 1 | -14/+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. | ||||
* | Handling dependencies | eric thul | 2016-03-12 | 1 | -6/+0 |
| | |||||
* | Adds dependencies of modules process by the loader. | eric thul | 2016-02-24 | 1 | -0/+20 |
The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37 |