]> git.immae.eu Git - github/fretlink/purs-loader.git/commit
Additional loader options
authoreric thul <thul.eric@gmail.com>
Fri, 15 May 2015 02:13:59 +0000 (22:13 -0400)
committereric thul <thul.eric@gmail.com>
Fri, 15 May 2015 02:13:59 +0000 (22:13 -0400)
commita72c8af19a72186069465c139b72df9c353fd3d1
treeecb69055fe7b668b99d49153c12c729938ed08dc
parenta8b2571ee98ccd640a39873f8a9d67c707f336fe
Additional loader options

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
MODULE.md
README.md
example/webpack.config.js
src/Loader.purs
src/Options.purs