Is your feature request related to a problem? Please describe.
Currently, everything is bundled in one .js file. Dynamic imports are in place but setting the correct config messes up the other static imports...
Describe the solution you'd like
Correctly setting up the webpack/tsconfig
Describe alternatives you've considered
Using parcel, but that comes with it's own problems.
Is your feature request related to a problem? Please describe.
Currently, everything is bundled in one .js file. Dynamic imports are in place but setting the correct config messes up the other static imports...
Describe the solution you'd like
Correctly setting up the webpack/tsconfig
Describe alternatives you've considered
Using parcel, but that comes with it's own problems.