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

--no-browser-field and --node #1240

Merged
3 commits merged into from May 4, 2015
Merged

--no-browser-field and --node #1240

3 commits merged into from May 4, 2015

Conversation

ghost
Copy link

@ghost ghost commented May 3, 2015

This patch adds support for --no-browser-field to turn off the package.json browser field machinery. This is useful if you are targeting a node environment with the bundle, such as code coverage, to apply transforms to server code, or to target other platforms like chrome apps.

This feature is also available as opts.browserField = false. --node is added as an alias for --bare and --no-browser-field.

@terinjokes
Copy link
Contributor

✨ LGTM

@ghost ghost merged commit fe3c8a6 into master May 4, 2015
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant