Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsware committed Oct 17, 2018
1 parent 16cecb0 commit 7650b64
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 5,438 deletions.
7 changes: 4 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"presets": [
["env", { "modules": false }],
"stage-2",
["@babel/env", { "modules": false }],
"inferno-app"
],
"plugins": [
"transform-class-properties"
["@babel/proposal-decorators", { "legacy": true}],
"@babel/proposal-class-properties",
"@babel/transform-runtime"
],
"env": {
"production": {
Expand Down
Loading

0 comments on commit 7650b64

Please sign in to comment.