Skip to content

Commit

Permalink
fix: include polyfills in built files (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomaash committed Aug 9, 2019
1 parent 68c578b commit 8f8bde9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
7 changes: 4 additions & 3 deletions .babelrc
Expand Up @@ -3,15 +3,16 @@
[
"@babel/preset-env",
{
"targets": "> 0.1% or not dead"
"targets": "> 0.1% or not dead",
"useBuiltIns": "usage",
"corejs": 3
}
],
"@babel/preset-typescript"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread",
"@babel/plugin-transform-runtime"
"@babel/proposal-object-rest-spread"
],
"env": {
"test": {
Expand Down
27 changes: 0 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -72,11 +72,9 @@
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.5.4",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@types/chai": "^4.1.7",
Expand Down

0 comments on commit 8f8bde9

Please sign in to comment.