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.
Apache License 2.0
83 stars 34 forks source link

Rework from RequireJS modules to native JavaScript modules #267

Closed JimTharioAmazon closed 2 years ago

JimTharioAmazon commented 2 years ago

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 commented 2 years ago

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

JimTharioAmazon commented 2 years ago

We'll change our bundling strategy in the future.