Skip to content

Commit

Permalink
split devdependecies & dependencies / add babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Prestarocket committed Mar 13, 2020
1 parent dd89813 commit a7e28a9
Show file tree
Hide file tree
Showing 3 changed files with 1,399 additions and 87 deletions.
10 changes: 10 additions & 0 deletions _dev/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
[
"@babel/preset-env",
{
"forceAllTransforms": true
}
]
]
}
Loading

0 comments on commit a7e28a9

Please sign in to comment.