-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Consider including browser flag in package.json #1102
Comments
This would be incredibly useful for circumstances where we don't have access to a For example, Using |
I'm open for trying this. Could you open a PR to the 4.x branch? The difficult part is determining whether this has any breaking side-effects for other users. Any ideas? |
I've opened a PR to add browser to the |
added browser to package.json, resolves #1102
Want to set the
browser
field to either the dist/handlebars file or lib/handlebars to avoid issues with require.extension code being included on the client.Should look at using
browser
as an object rather than a string:https://github.com/defunctzombie/node-uuid/blob/master/package.json#L30
This might let us handle the runtime and the full library.
The text was updated successfully, but these errors were encountered: