Skip to content

Commit

Permalink
fix: remove unnecessary react babel transforms (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jan 11, 2021
1 parent 8626883 commit 78f02fd
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 1,128 deletions.
220 changes: 0 additions & 220 deletions @packages/babel-preset-commitlint/CHANGELOG.md

This file was deleted.

33 changes: 0 additions & 33 deletions @packages/babel-preset-commitlint/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions @packages/babel-preset-commitlint/license.md

This file was deleted.

42 changes: 0 additions & 42 deletions @packages/babel-preset-commitlint/package.json

This file was deleted.

12 changes: 10 additions & 2 deletions babel.config.js
@@ -1,4 +1,12 @@
// THis file is required by babel-jest
// This file is required by babel-jest
module.exports = {
presets: ['babel-preset-commitlint'],
presets: [
[
'@babel/preset-env',
{
debug: process.env.DEBUG === 'true',
targets: {node: '10'},
},
],
],
};
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -77,6 +77,8 @@
"email": "hello@herebecode.com"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@lerna/project": "3.21.0",
"@types/jest": "26.0.20",
"@types/node": "12.19.12",
Expand Down

0 comments on commit 78f02fd

Please sign in to comment.