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

[FIXES #150] update babel-preset-env #152

Merged
merged 2 commits into from
Jun 1, 2017
Merged

[FIXES #150] update babel-preset-env #152

merged 2 commits into from
Jun 1, 2017

Conversation

stefanpenner
Copy link
Member

No description provided.

@stefanpenner stefanpenner requested a review from rwjblue May 31, 2017 20:26
index.js Outdated
@@ -225,7 +225,7 @@ module.exports = {
let browsers = targets && targets.browsers;
let presetOptions = Object.assign({}, options, {
modules: false,
targets: { browsers },
targets: targets
Copy link
Member

Choose a reason for hiding this comment

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

Can probably just use shorthand since the names are the same

Copy link
Member Author

Choose a reason for hiding this comment

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

does that work in node 4?

Copy link
Member Author

Choose a reason for hiding this comment

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

yup

Adding the require for targets-parser from within babel-preset-env
pushed us over the budget previously set. This removes timeouts for
the first tests that do these requires (bumping the timeout value
everytime requiring the giant JSON files babel-preset-env contains
is very annoying).

We will still get general build timeouts on CI (after 10 minutes).
@rwjblue rwjblue merged commit 28104d6 into master Jun 1, 2017
@rwjblue rwjblue deleted the babel-preset-env branch June 1, 2017 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants