Skip to content

Commit

Permalink
Run transpiled code from chipper/dist/js, see phetsims/chipper#1156
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 2, 2021
1 parent 4935e61 commit e419630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegas_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

// Module loading in compilation-free (development) mode will be kicked off once strings are loaded.
// This is done in load-unbuilt-strings.js
window.phet.chipper.loadModules = () => loadURL( '../chipper/dist/vegas/js/vegas-main.js', 'module' );
window.phet.chipper.loadModules = () => loadURL( '../chipper/dist/js/vegas/js/vegas-main.js', 'module' );
</script>
</body>
</html>

0 comments on commit e419630

Please sign in to comment.