aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PsModuleMap.js
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that all imported files are watchederic thul2017-02-191-5/+17
| | | | | | | | | 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.
* Reduce building of PureScript module maperic thul2016-06-121-0/+66
Resolves #59 and resolves #60