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

Adding option-configurable compile targets #111

Merged
merged 1 commit into from
Mar 14, 2017
Merged

Adding option-configurable compile targets #111

merged 1 commit into from
Mar 14, 2017

Conversation

eliperelman
Copy link
Member

No description provided.

@eliperelman eliperelman added this to the v5 milestone Mar 13, 2017
@eliperelman eliperelman self-assigned this Mar 13, 2017
Copy link
Member

@helfi92 helfi92 left a comment

Choose a reason for hiding this comment

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

LGTM just a small nit 👍

.use('babel')
.tap(options => {
options.presets[0][1].targets.node = 4.2;
return options;
Copy link
Member

Choose a reason for hiding this comment

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

Empty line between assignment and return statement.

.use('babel')
.tap(options => {
options.presets[0][1].targets.node = 'current';
return options;
Copy link
Member

Choose a reason for hiding this comment

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

Empty line between assignment and return statement.

@eliperelman eliperelman merged commit c8fac6b into neutrinojs:master Mar 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants