]> git.immae.eu Git - github/fretlink/purs-loader.git/commit
Remove `require-path`, use relative paths for PS
authorNathan Faubion <nathan@n-son.com>
Mon, 2 Nov 2015 20:04:58 +0000 (14:04 -0600)
committerNathan Faubion <nathan@n-son.com>
Mon, 2 Nov 2015 20:16:21 +0000 (14:16 -0600)
commit2b620717603a6a2ba4d93ee1ca7334dc31500acf
tree7548d0a34052169d853ecd5959eb6f1663c129d1
parent8a0ac07ec2c568b8e9bd06cfd0429c6d6aa836e5
Remove `require-path`, use relative paths for PS

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`.
README.md
docs/PursLoader/Loader.md
docs/PursLoader/Options.md
src/PursLoader/Loader.js
src/PursLoader/Loader.purs
src/PursLoader/Options.purs