aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader/Options.purs
Commit message (Collapse)AuthorAgeFilesLines
* Adds dependencies of modules process by the loader.eric thul2016-02-241-1/+1
| | | | | | | The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37
* Updating bundle output option nameeric thul2015-12-251-8/+8
|
* Splitting PSC functionality into a separate plugineric thul2015-12-251-112/+20
| | | | | | | | 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
* Fixing compiler warningseric thul2015-12-201-2/+13
|
* Remove `require-path`, use relative paths for PSNathan Faubion2015-11-021-19/+21
| | | | | | | | 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-111-7/+9
|
* Moving files to match moduleeric thul2015-08-111-0/+107