Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 3ac5e72

Browse files
committed
Update babelrc.
1 parent ac385bb commit 3ac5e72

File tree

3 files changed

+36
-117
lines changed

3 files changed

+36
-117
lines changed

.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "./node_modules/dash-components-archetype/config/babel/babelrc"
2+
"presets": ["env", "react"],
3+
"plugins": ["transform-object-rest-spread"]
34
}

package-lock.json

+33-116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"babel-core": "^6.26.3",
3434
"babel-eslint": "^8.2.3",
3535
"babel-loader": "^7.1.4",
36+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3637
"babel-preset-env": "^1.7.0",
3738
"babel-preset-react": "^6.24.1",
3839
"css-loader": "^0.28.11",

0 commit comments

Comments
 (0)