aboutsummaryrefslogtreecommitdiff
path: root/.babelrc.js
AgeCommit message (Collapse)AuthorFilesLines
2020-06-25Update Babel config (#31011)XhmikosR1-5/+2
* remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config
2020-03-25fix babel config in our filesJohann-S1-1/+1
2019-07-23Switch from QUnit to Jasmine.Johann-S1-6/+1
2018-08-12add babel plugin proposal object rest spread to our dev depsJohann-S1-1/+1
2018-07-19feat(plugins): allow to import separate pluginsJohann-S1-2/+1
2018-03-05add code coverageJohann-S1-1/+6
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S1-1/+2
2017-11-08Update to babel beta 5Johann-S1-3/+2
2017-09-17Update package-lock.json. (#23975)XhmikosR1-1/+1
2017-09-17Babel 7 (#23966)Henry Zhu1-0/+16
* use .babelrc.js, compile bundled/non-bundled with loose mode * add back helper, exclude typeof transform