Skip to content

Commit 7582606

Browse files
committed
Fix typo in makeBundleJS
1 parent 3a4eb6d commit 7582606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/to-javascript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function updatePsModuleMap(psModule) {
4242

4343
// Reference the bundle.
4444
function makeBundleJS(psModule) {
45-
const bundleOutput = psMoudle.options.bundleOutput;
45+
const bundleOutput = psModule.options.bundleOutput;
4646

4747
const name = psModule.name;
4848

0 commit comments

Comments
 (0)