We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4eb6d commit 7582606Copy full SHA for 7582606
src/to-javascript.js
@@ -42,7 +42,7 @@ function updatePsModuleMap(psModule) {
42
43
// Reference the bundle.
44
function makeBundleJS(psModule) {
45
- const bundleOutput = psMoudle.options.bundleOutput;
+ const bundleOutput = psModule.options.bundleOutput;
46
47
const name = psModule.name;
48
0 commit comments