aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-12-25 19:24:02 -0500
committereric thul <thul.eric@gmail.com>2015-12-25 19:24:02 -0500
commitd78112147d02e263a5b000cb0b3b9ff84aa5c89a (patch)
tree108fbfe1442e5c7ef42a33dfde0655fa378d3fdc /README.md
parent9764d2a7d5e6d9cf081dcbc162dac01f95d452b3 (diff)
downloadpurs-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a459059..0e1ce2f 100644
--- a/README.md
+++ b/README.md
@@ -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
19Relative path to the bundled JavaScript file generated by the `PurescriptWebpackPlugin`. The default value is `output/bundle.js`. 19Relative path to the bundled JavaScript file generated by the `PurescriptWebpackPlugin`. The default value is `output/bundle.js`.
20 20