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