Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Rework from RequireJS modules to native JavaScript modules #267

Closed
JimTharioAmazon opened this issue Jan 12, 2022 · 2 comments
Closed

Rework from RequireJS modules to native JavaScript modules #267

JimTharioAmazon opened this issue Jan 12, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JimTharioAmazon
Copy link
Member

Convert existing RequireJS modules using require/define into native JavaScript modules
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

Remove RequireJS dependency

Use a bundler (webpack) to package local and dependency code
https://webpack.js.org/

@JimTharioAmazon JimTharioAmazon added the enhancement New feature or request label Jan 12, 2022
@JimTharioAmazon JimTharioAmazon added this to the v1.11.0 milestone Jan 12, 2022
@JimTharioAmazon JimTharioAmazon self-assigned this Jan 12, 2022
@JimTharioAmazon
Copy link
Member Author

We should expect a size reduction in the deployment units, and faster build and load time for the browser application.

@JimTharioAmazon
Copy link
Member Author

We'll change our bundling strategy in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant