Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciousmonster committed Sep 4, 2018
1 parent ca0bc04 commit 796a575
Show file tree
Hide file tree
Showing 5 changed files with 10,445 additions and 12,604 deletions.
15 changes: 6 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"presets": ["env", "react"],
"presets": ["@babel/preset-react", "@babel/preset-env"],
"plugins": [
"transform-runtime",
"transform-decorators-legacy",
["transform-imports", {
"@nio/ui-kit": {
"transform": "@nio/ui-kit/dist/components/${member}",
"preventFullImport": true
}
}]
"@babel/plugin-proposal-function-bind",
"@babel/plugin-transform-runtime",
["@babel/plugin-proposal-decorators", { "legacy": true }],
"transform-class-properties",
["transform-imports", { "@nio/ui-kit": { "transform": "@nio/ui-kit/dist/components/${member}", "preventFullImport": true } }]
]
}
Loading

0 comments on commit 796a575

Please sign in to comment.