aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Updating bundle output option nameeric thul2015-12-251-1/+1
|
* Splitting PSC functionality into a separate plugineric thul2015-12-251-56/+13
| | | | | | | | 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-021-8/+1
| | | | | | | | 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`.
* Generate .psci fileeric thul2015-07-061-0/+4
| | | | Resolves #11
* Updating for PureScript 0.7eric thul2015-07-061-1/+49
| | | | Resolves #14
* Additional loader optionseric thul2015-05-141-12/+35
| | | | | | | | | | | Adds the `psc-make` options `comments` and `no-prefix`. Also, an internal option `src` has been added that is used to specify the source paths of `PureScript` files that will be globbed for compilation. By default the `bower_components` path is globbed, but the loader requires that the source paths be provided for the user's code. Resolves #12
* Updating example and adding publishingeric thul2015-04-121-1/+1
| | | | Resolves #7
* Updating READMEeric thul2015-01-171-24/+1
|
* Removing --runtime-type-checkseric thul2014-11-201-2/+0
| | | | Resolves issue #1
* Updating READMEeric thul2014-09-221-3/+1
|
* Implementation of the loadereric thul2014-09-221-0/+57