Skip to content

Commit

Permalink
feat(precompile): precompile es6 and umd builds using rollup and babel
Browse files Browse the repository at this point in the history
  • Loading branch information
probil committed Feb 23, 2018
1 parent 6b3b47b commit 621a896
Show file tree
Hide file tree
Showing 5 changed files with 1,116 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}]
],
"comments": false,
"plugins": ["transform-runtime"]
}
Loading

0 comments on commit 621a896

Please sign in to comment.