Setup webpack for the browser JavaScript #94
Labels
good first issue
Good for newcomers
GraceHopperOSD
Reserved for GHC Open Source Day!
help wanted
Extra attention is needed
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
The text was updated successfully, but these errors were encountered: