We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A sort of hacky fix (Setting NODE_ENV to development on build time) had to be put in place to allow production builds to work. This was merged in #45
NODE_ENV
This issue is for taking the time to look into this as a team and figure out how to deal properly with this issue.
The text was updated successfully, but these errors were encountered:
Would be a good idea to check at CRA as they are releasing v2 with Webpack4 + Babel7 support so our solution is probably there. Also they are dropping support for monorepo (bit scary for us) but I'm not sure what this means but worth having a look: https://gist.github.com/gaearon/8650d1c70e436e5eff01f396dffc4114#monorepo-support-from-2x-alphas-was-removed-in-final-20
Sorry, something went wrong.
Definitely worth looking at!
No branches or pull requests
A sort of hacky fix (Setting
NODE_ENV
to development on build time) had to be put in place to allow production builds to work. This was merged in #45This issue is for taking the time to look into this as a team and figure out how to deal properly with this issue.
The text was updated successfully, but these errors were encountered: