diff options
author | eric <thul.eric@gmail.com> | 2016-03-12 14:46:01 -0500 |
---|---|---|
committer | eric <thul.eric@gmail.com> | 2016-03-12 14:46:01 -0500 |
commit | 55120f4502cb76e768f60654f3937db809df8ade (patch) | |
tree | f27800de3576466ea4d5502d9adb9cd57a583715 /README.md | |
parent | 17f22f868b851e50081844562627a7a8a414dcaa (diff) | |
parent | 845f3ec3c5b13a47d60b9ff2be14bf41fb5c4734 (diff) | |
download | purs-loader-55120f4502cb76e768f60654f3937db809df8ade.tar.gz purs-loader-55120f4502cb76e768f60654f3937db809df8ade.tar.zst purs-loader-55120f4502cb76e768f60654f3937db809df8ade.zip |
Merge pull request #43 from ethul/topic/optional-bundle
Handle optional bundling by the compiler
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 |