Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Move transform-runtime back to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambego committed Jun 16, 2017
1 parent eb9289e commit 2d18355
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"presets": [
"transform-runtime",
"es2015",
"stage-0",
"react"
],
"plugins": [
"transform-runtime"
],
"env": {
"development": {
"plugins": [
Expand Down

0 comments on commit 2d18355

Please sign in to comment.