Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
Significantly reduces lib size by only importing required transforms from Babel and required polyfills from core-js. Also speed up global execution time for rmp-vast.
  • Loading branch information
radiantmediaplayer committed Jan 17, 2018
1 parent 262521d commit f8c9ac8
Show file tree
Hide file tree
Showing 8 changed files with 373 additions and 4,112 deletions.
14 changes: 12 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"presets": [
"es2015"
"plugins": [
"check-es2015-constants",
"transform-es2015-block-scoping",
"transform-es2015-arrow-functions",
"transform-es2015-block-scoped-functions",
"transform-es2015-spread",
"transform-es2015-computed-properties",
"transform-es2015-destructuring",
"transform-es2015-parameters",
"transform-es2015-shorthand-properties",
"transform-es2015-template-literals",
"transform-es2015-modules-commonjs"
]
}
Loading

0 comments on commit f8c9ac8

Please # to comment.