aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework from RequireJS modules to native JavaScript modules

JimTharioAmazon opened this issue · comments

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/

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

We'll change our bundling strategy in the future.