aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader/Plugin.js
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-101-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 dependencieseric thul2016-03-121-6/+0
|
* Adds dependencies of modules process by the loader.eric thul2016-02-241-0/+20
The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37