-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0 M7
-
Component/s: AMD Module Loader, ~ [Archived] Frontend Infrastructure
-
Labels:None
-
Git Pull Request:
Currently we use babel to transpile the ES6 code in our modules. Some of the transpiled features like generators require a browser polyfill available in the babel-core project. (See http://babeljs.io/docs/usage/polyfill/)
Developers can download and include this in their page, but it would be better if Liferay would provide a global script that could be also required using the import syntax so developers don't need to replicate this everywhere.