From 63d6a244462d050e119bde54a7063bae8a17e987 Mon Sep 17 00:00:00 2001 From: eric thul Date: Fri, 25 Dec 2015 18:41:33 -0500 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dd8eead..6c930c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .psci +.pulp-cache npm-debug.log index.json index.js @@ -9,3 +10,4 @@ example/bundle.js example/node_modules/ example/bower_components/ example/output/ +tmp/ -- cgit v1.2.3