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

Unify 'loose' option for all babelify transforms #2337

Closed
wants to merge 1 commit into from

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Jul 10, 2015

No description provided.

@gkatsev
Copy link
Member Author

gkatsev commented Jul 10, 2015

Should help out with #2335

@gkatsev gkatsev mentioned this pull request Jul 10, 2015
@@ -235,7 +235,7 @@ module.exports = function(grunt) {
transform: [
require('babelify').configure({
sourceMapRelative: './src/js',
loose: 'all'
loose: ['all']
Copy link
Member

Choose a reason for hiding this comment

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

...really?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think this was actually an issue. It seems to work just fine. However, it seems to expect an array, so, I've changed it to be that.

@heff
Copy link
Member

heff commented Jul 10, 2015

If you don't mind, I'll just change this in #2254 to avoid conflicts.

@gkatsev
Copy link
Member Author

gkatsev commented Jul 10, 2015

I'm ok with that.

@gkatsev gkatsev closed this Jul 10, 2015
@gkatsev gkatsev deleted the loose-babel branch August 12, 2015 18:50
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