RunestoneInteractive / RunestoneComponents

Packaging of the Runestone tools for publishing educational materials using github pages
http://runestoneinteractive.org
Other
101 stars 225 forks source link

Add: dynamically load JavaScript for each component. #1198

Closed bjones1 closed 3 years ago

bjones1 commented 3 years ago

This PR makes all Runestone Components dynamically loaded. The basic approach:

I upgraded to webpack 5, so be sure to run a npm install then a npm run build to update everything when testing.

bjones1 commented 3 years ago

Thanks! I think this will be a big step forward.