Skip to content

Commit

Permalink
🔧 modify babelrc, add new field into plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzy committed Jun 16, 2019
1 parent 112254d commit 16f8b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-runtime"
],
}

0 comments on commit 16f8b81

Please sign in to comment.