diff options
author | eric thul <thul.eric@gmail.com> | 2015-12-25 19:24:02 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-12-25 19:24:02 -0500 |
commit | d78112147d02e263a5b000cb0b3b9ff84aa5c89a (patch) | |
tree | 108fbfe1442e5c7ef42a33dfde0655fa378d3fdc /README.md | |
parent | 9764d2a7d5e6d9cf081dcbc162dac01f95d452b3 (diff) | |
download | purs-loader-d78112147d02e263a5b000cb0b3b9ff84aa5c89a.tar.gz purs-loader-d78112147d02e263a5b000cb0b3b9ff84aa5c89a.tar.zst purs-loader-d78112147d02e263a5b000cb0b3b9ff84aa5c89a.zip |
Updating bundle output option name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ npm install purs-loader --save-dev | |||
14 | 14 | ||
15 | ## Options | 15 | ## Options |
16 | 16 | ||
17 | ###### `pscBundle` (String) | 17 | ###### `bundleOutput` (String) |
18 | 18 | ||
19 | Relative path to the bundled JavaScript file generated by the `PurescriptWebpackPlugin`. The default value is `output/bundle.js`. | 19 | Relative path to the bundled JavaScript file generated by the `PurescriptWebpackPlugin`. The default value is `output/bundle.js`. |
20 | 20 | ||