Redo the way static resources (css/images/sounds) are handled #509
Labels
code quality
Issues that involve improving code quality but don't necessarily contribute to features/bug fixes
Milestone
Right now we just have import statements that import ".less" files or ".mp3" files, which rely on bundlers doing something special to resolve/load those files. Ideally, javascript libraries shouldn't make too strong demands on the bundlers they might be used with.
I'm not sure what the right approach is yet, this task is to remind me to come up with one.
The text was updated successfully, but these errors were encountered: