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

Local development uses Webpack production mode #126

Open
eatyourgreens opened this issue Feb 12, 2023 · 0 comments
Open

Local development uses Webpack production mode #126

eatyourgreens opened this issue Feb 12, 2023 · 0 comments

Comments

@eatyourgreens
Copy link
Contributor

"start": "export NODE_ENV=production ; export PROXY_HOST=http://localhost:3666 ; webpack serve",

npm start should use NODE_ENV=development to enable debugging tools for local development. Production mode should only be used for the deployed JS bundle.

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

No branches or pull requests

1 participant