]> git.immae.eu Git - github/fretlink/purs-loader.git/commitdiff
Fix typo in makeBundleJS
authoreric thul <thul.eric@gmail.com>
Mon, 20 Feb 2017 18:03:26 +0000 (13:03 -0500)
committereric thul <thul.eric@gmail.com>
Mon, 20 Feb 2017 18:03:26 +0000 (13:03 -0500)
src/to-javascript.js

index b0b9ddab409d03036213150e9daea599a6ef4e02..237ef1e5eea9992133bc249b4a5b2d5792f41da1 100644 (file)
@@ -42,7 +42,7 @@ function updatePsModuleMap(psModule) {
 
  // Reference the bundle.
 function makeBundleJS(psModule) {
-  const bundleOutput = psMoudle.options.bundleOutput;
+  const bundleOutput = psModule.options.bundleOutput;
 
   const name = psModule.name;