Hacker News new | ask | show | jobs
by ehavener 2812 days ago
How difficult would it be to use this to add a staging environment? It seems like that's the only build config change that I ever desire.
1 comments

I'm not sure with what you mean by staging environment in this context. You can run your app in a webpack-devServer or build it then use your own server.

How does staging fit in here ?