Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unnecessary react babel transforms #2399

Merged
merged 1 commit into from Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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