aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/to-javascript.js
Commit message (Collapse)AuthorAgeFilesLines
* Adding an additional module checkeric thul2017-02-251-3/+12
|
* Handle missing module and adding debuggingeric thul2017-02-251-8/+15
|
* Fix typo in makeBundleJSeric thul2017-02-201-1/+1
|
* Ensure that all imported files are watchederic thul2017-02-191-0/+129
In order to handle the case where a new PureScript file is imported, but fails to compile, the purs-loader now tracks imports for each PureScript file in order to append any additional imports to the resulting JS. This ensures that webpack will watch the new file even before it successfully compiles.