aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader/Plugin.purs
Commit message (Collapse)AuthorAgeFilesLines
* Handling dependencieseric thul2016-03-121-20/+2
|
* Handle optional bundling by the compilereric thul2016-03-081-1/+4
| | | | Resolves ethul/purescript-webpack-plugin#9
* Adds dependencies of modules process by the loader.eric thul2016-02-241-0/+49
The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37