Techtonica / keyboard-shortcuts-practice

https://techtonica.github.io/keyboard-shortcuts-practice/
27 stars 56 forks source link

Setup webpack for the browser JavaScript #94

Closed vegetabill closed 3 years ago

vegetabill commented 4 years ago

Currently, the files in public/scripts are included one by one in script tags on our HTML pages. This makes it a little tricky for interdependencies between the files and for requiring external packages.

Ideally, we'd like to build a single bundle of JavaScript that combines any necessary dependencies that are available as NPM packages.

Please look into this and configure that for our project so that we can

MariaKhantech commented 4 years ago

I would like to try this

Shraddha2104 commented 4 years ago

Assigned!