Skip to content

Commit 36f381f

Browse files
knownasilyadavewasmer
authored andcommitted
fix: update app babel plugin config (#44)
* fix: remove plugins not necessary for node 7.6 Since 7.6 is the new min * fix: remove unused plugin deps
1 parent 1341067 commit 36f381f

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

blueprints/app/files/__name__/.babelrc

-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22
"plugins": [
33
"transform-exponentiation-operator",
44
"syntax-trailing-function-commas",
5-
"transform-es2015-arrow-functions",
6-
"transform-es2015-template-literals",
75
"transform-es2015-spread",
8-
"transform-es2015-shorthand-properties",
9-
"transform-es2015-destructuring",
106
"transform-class-properties",
117
"transform-es2015-modules-commonjs",
12-
"transform-regenerator",
13-
"syntax-async-functions",
148
"transform-runtime"
159
],
1610
"ignore": [

blueprints/app/files/__name__/package.json

-7
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,10 @@
2020
"devDependencies": {
2121
"ava": "^0.17.0",
2222
"babel-eslint": "^7.1.1",
23-
"babel-plugin-syntax-async-functions": "^6.13.0",
2423
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
25-
"babel-plugin-transform-async-to-generator": "^6.16.0",
2624
"babel-plugin-transform-class-properties": "^6.19.0",
27-
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
2825
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
29-
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0",
30-
"babel-plugin-transform-es2015-spread": "^6.8.0",
31-
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
3226
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
33-
"babel-plugin-transform-regenerator": "^6.16.1",
3427
"babel-plugin-transform-runtime": "^6.15.0",
3528
"denali-babel": "0.0.x",
3629
"denali-eslint": "0.0.x"

0 commit comments

Comments
 (0)