Skip to content

Commit e3acb24

Browse files
author
Mo Bitar
authored
Merge pull request #18 from sn-extensions/run-npm-check-updates
Update dependencies, 1.3.4
2 parents d2dfba5 + c05137c commit e3acb24

File tree

9 files changed

+7864
-8271
lines changed

9 files changed

+7864
-8271
lines changed

.babelrc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
2-
"presets": [ "es2015", "stage-0", "react"],
3-
4-
/* if you want to use babel runtime, uncomment the following line */
5-
// "plugins": ["transform-runtime"],
6-
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react"
5+
],
76
"env": {
87
"build": {
9-
"optional": ["optimisation", "minification"]
8+
"presets": [
9+
"minify"
10+
]
1011
}
11-
}
12+
},
13+
"plugins": [
14+
// If you want to use Babel runtime, uncomment the following line
15+
// "@babel/plugin-transform-runtime",
16+
"@babel/plugin-proposal-class-properties"
17+
]
1218
}

0 commit comments

Comments
 (0)