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

chore(babel-preset): Consolidate Babel configs #871

Merged
merged 6 commits into from
Apr 18, 2018

Conversation

morrisallison
Copy link
Contributor

No description provided.

@morrisallison morrisallison changed the title refactor(babel-preset): Consolidate Babel configs chore(babel-preset): Consolidate Babel configs Apr 18, 2018
@morrisallison morrisallison requested a review from eskfung April 18, 2018 21:28
Copy link
Contributor

@eskfung eskfung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One high level question. If it's green locally and on Circle, I'm a fan 👏

@@ -8,6 +8,7 @@
"version": "1.0.1",
"scripts": {
"build": "lerna run build",
"create-dependency-hash": "cat yarn.lock > .dependency-hash && ls ./packages >> .dependency-hash",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

"url": "https://github.com/Autodesk/hig"
},
"main": "index.js",
"peerDependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a true dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, we don't want to have to list each plugin and preset as a devDependency for each package.

However, if we want to be certain that it's using the correct plugin, we should import them directly similar to how Airbnb does it. We don't need to do that right now though.

@morrisallison morrisallison merged commit 68946fa into development Apr 18, 2018
@morrisallison morrisallison deleted the chore/babel-config branch April 18, 2018 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants