Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update babel config (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd authored Feb 27, 2021
1 parent 9ad4209 commit 4d1e04f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 6 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }]
]
}
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@
"stylelint-config-ibmresearch": "~0.6.2",
"typescript": "~4.2.2"
},
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties",
[
"@babel/plugin-proposal-decorators",
{
"decoratorsBeforeExport": true
}
]
]
},
"eslintConfig": {
"extends": "ibmresearch",
"overrides": [
Expand Down

0 comments on commit 4d1e04f

Please sign in to comment.