diff options
author | eric thul <thul.eric@gmail.com> | 2016-03-12 14:55:05 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-03-12 14:55:05 -0500 |
commit | cb2f4c886fd1057fbf0511b46cab3489123ced23 (patch) | |
tree | 5079dcf661e96520e9b37562b47ab4d83bc7496a /README.md | |
parent | 1c49c88ed60341341ab2b82aba738e8fc1179941 (diff) | |
parent | 55120f4502cb76e768f60654f3937db809df8ade (diff) | |
download | purs-loader-cb2f4c886fd1057fbf0511b46cab3489123ced23.tar.gz purs-loader-cb2f4c886fd1057fbf0511b46cab3489123ced23.tar.zst purs-loader-cb2f4c886fd1057fbf0511b46cab3489123ced23.zip |
Merge branch 'master' into topic/stderr
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -12,12 +12,6 @@ This loader works in conjunction with the [PureScript webpack plugin](https://np | |||
12 | npm install purs-loader --save-dev | 12 | npm install purs-loader --save-dev |
13 | ``` | 13 | ``` |
14 | 14 | ||
15 | ## Options | ||
16 | |||
17 | ###### `bundleOutput` (String) | ||
18 | |||
19 | Relative path to the bundled JavaScript file generated by the `PurescriptWebpackPlugin`. The default value is `output/bundle.js`. | ||
20 | |||
21 | ## Example | 15 | ## Example |
22 | 16 | ||
23 | ```js | 17 | ```js |