Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Defers to the plugin for writing PureScript output | eric thul | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into topic/stderr | eric thul | 2016-03-12 | 1 | -16/+4 |
|\ | |||||
| * | Handling dependencies | eric thul | 2016-03-12 | 1 | -19/+1 |
| | | |||||
| * | Handle optional bundling by the compiler | eric thul | 2016-03-08 | 1 | -1/+7 |
| | | | | | | | | Resolves ethul/purescript-webpack-plugin#9 | ||||
* | | Writes PureScript output to stderr | eric thul | 2016-03-06 | 1 | -1/+1 |
|/ | | | | Resolves #40 | ||||
* | Adds dependencies of modules process by the loader. | eric thul | 2016-02-24 | 1 | -0/+45 |
The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37 |