Skip to content

Commit

Permalink
fix(babel): remove transform-runtime plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed May 21, 2016
1 parent 47cf1eb commit 845eb54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"presets": ["es2015"],

"plugins": [
"transform-runtime",
"add-module-exports"
]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"bake": "github:mklabs/bake",
"eslint": "^2.8.0",
Expand Down Expand Up @@ -47,4 +46,4 @@
"object-assign": "^4.1.0"
},
"version": "1.4.1"
}
}

0 comments on commit 845eb54

Please sign in to comment.