-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
Right now there's custom loaders in core/embed.js and core/loader.js. If I switch to AMD style then I think I can get webpack to do the build automatically. Webpack follows the require calls to find all the included modules which means the build script doesn't have to be updated when new things are added. AMD style can also still be used without compiling as well so that seems like a win
I can also switch to use ES style import but that can't be used without a compile step.
Thoughts? Go AMD? Go Import? Leave it as is?
Metadata
Metadata
Assignees
Labels
No labels