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

fix: proritize server builds over browser for packages #160

Merged
merged 1 commit into from
May 22, 2019

Conversation

dobromir-hristov
Copy link
Contributor

@dobromir-hristov dobromir-hristov commented May 22, 2019

This PR prioritizes the module and main fields over the browser field, which Webpack uses by default, but is often incompatible with Node.

Closes #138

This PR prioritizes the `module` and `main` fields over the `browser` field, which Webpack uses by default, but is often incompatible with Node.
@swyxio
Copy link
Contributor

swyxio commented May 22, 2019

that was it!?! lol i couldve done that! i just didnt try :(

@swyxio swyxio merged commit be00194 into netlify:master May 22, 2019
@swyxio
Copy link
Contributor

swyxio commented May 22, 2019

released v 1.4.12

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.

Webpack resolves browser package module by default
2 participants