aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2017-02-20 13:03:26 -0500
committereric thul <thul.eric@gmail.com>2017-02-20 13:03:26 -0500
commit75826060798271a0ef6691ab1be5f4fc4372f538 (patch)
tree0e93cd7b2e01347dc100870f60760b6db6b535bd
parent3a4eb6d4238f63ef526a6343de220ceb97671511 (diff)
downloadpurs-loader-75826060798271a0ef6691ab1be5f4fc4372f538.tar.gz
purs-loader-75826060798271a0ef6691ab1be5f4fc4372f538.tar.zst
purs-loader-75826060798271a0ef6691ab1be5f4fc4372f538.zip
Fix typo in makeBundleJS
-rw-r--r--src/to-javascript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/to-javascript.js b/src/to-javascript.js
index b0b9dda..237ef1e 100644
--- a/src/to-javascript.js
+++ b/src/to-javascript.js
@@ -42,7 +42,7 @@ function updatePsModuleMap(psModule) {
42 42
43 // Reference the bundle. 43 // Reference the bundle.
44function makeBundleJS(psModule) { 44function makeBundleJS(psModule) {
45 const bundleOutput = psMoudle.options.bundleOutput; 45 const bundleOutput = psModule.options.bundleOutput;
46 46
47 const name = psModule.name; 47 const name = psModule.name;
48 48