Created by: bastienmoulia
Add babel-preset-es2015
and babel-plugin-transform-es2015-modules-umd
to package.json to generate ES2015 JS files
Edit Gruntfile with the new configuration for babel
Add require.js for QUnit tests because with babel 6 modules can’t be directly loaded
Remove autostart for QUnit to wait for require.js loading
Replace Util.getUID()
by document.getElementById()
in tests because Util
is not reachable anymore
Close #18212 (closed)