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

Support for webpack-dev-server in development mode #202

Open
bsharrow opened this issue Feb 20, 2019 · 0 comments
Open

Support for webpack-dev-server in development mode #202

bsharrow opened this issue Feb 20, 2019 · 0 comments

Comments

@bsharrow
Copy link

The s2i run script only supports nodemon for hot deployments when DEV_MODE=true. To use webpack-dev-server, I can set DEV_MODE=false and then override NPM_RUN but that results in my build and deploy env using different values for DEV_MODE and NODE_ENV.

Perhaps the run script can be updated with a new environment variable so hot deployments can be started with a different package than nodemon.

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