diff options
author | eric thul <thul.eric@gmail.com> | 2015-12-25 18:41:33 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-12-25 18:41:33 -0500 |
commit | 63d6a244462d050e119bde54a7063bae8a17e987 (patch) | |
tree | cce47ed541fa9ee8b2950945a89608b1c06fb8c9 /.gitignore | |
parent | 2e2da2be94720a739c595ec179a7ed49480ce753 (diff) | |
download | purs-loader-63d6a244462d050e119bde54a7063bae8a17e987.tar.gz purs-loader-63d6a244462d050e119bde54a7063bae8a17e987.tar.zst purs-loader-63d6a244462d050e119bde54a7063bae8a17e987.zip |
Splitting PSC functionality into a separate plugin
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ | |||
1 | .psci | 1 | .psci |
2 | .pulp-cache | ||
2 | npm-debug.log | 3 | npm-debug.log |
3 | index.json | 4 | index.json |
4 | index.js | 5 | index.js |
@@ -9,3 +10,4 @@ example/bundle.js | |||
9 | example/node_modules/ | 10 | example/node_modules/ |
10 | example/bower_components/ | 11 | example/bower_components/ |
11 | example/output/ | 12 | example/output/ |
13 | tmp/ | ||