6 ms·
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.
by ehavener 8y 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.
- Raed667 8y agoI'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 ?