]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - src/to-javascript.js
Fix typo in makeBundleJS
[github/fretlink/purs-loader.git] / 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;