Fix Rollup build with dynamic imports using code-splitting #254
Labels
bug 🐛
Something isn't working
dependencies
Pull requests that update a dependency file
release
Features and bug fixes to be completed for next stable release
Description
Ramp uses dynamic imports to load the relevant language maps from VideoJS for selected language within the component. This code breaks the rollup bundling process.
Done Looks Like
Notes
Possible solutions investigated;
inlineDynamicImports
with the existing output structureResources;
The text was updated successfully, but these errors were encountered: