diff options
author | eric thul <thul.eric@gmail.com> | 2016-02-24 22:53:40 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-02-24 22:53:40 -0500 |
commit | 460393439a8dd7d94fe02a2013e96c9146282bf1 (patch) | |
tree | 178492f39cc5afa716f1c403d4a28d45606336a3 /docs/PursLoader/Options.md | |
parent | ef1525b5a0fe3f4561493aaca49907dba827dbd6 (diff) | |
download | purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.tar.gz purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.tar.zst purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.zip |
Adds dependencies of modules process by the loader.
The module file path and dependency graph information is provided by the
purescript-webpack-plugin.
Resolves #37
Diffstat (limited to 'docs/PursLoader/Options.md')
-rw-r--r-- | docs/PursLoader/Options.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/PursLoader/Options.md b/docs/PursLoader/Options.md index 2bfcddd..b3352fc 100644 --- a/docs/PursLoader/Options.md +++ b/docs/PursLoader/Options.md | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | ``` purescript | 5 | ``` purescript |
6 | newtype Options | 6 | newtype Options |
7 | = Options { bundleOutput :: String } | ||
7 | ``` | 8 | ``` |
8 | 9 | ||
9 | ##### Instances | 10 | ##### Instances |