aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Splitting PSC functionality into a separate plugineric thul2015-12-257-74/+38
| | | | | | | | The loader creates shim modules that reference their corresponding PureScript module that is bundled by the PureScript webpack plugin, which invokes `psc` and `psc-bundle`. Resolves #31 and resolves #32
* Remove `require-path`, use relative paths for PSNathan Faubion2015-11-022-2/+19
| | | | | | | | Fixes #15 Removes the `require-path` option and fixes it to '../'. When generating the temporary module for Webpack, use a relative path to the output directory so it doesn't need to be in `modulesDirectories`.
* PureScript 0.7 updates and migration to pulperic thul2015-08-117-0/+153