Webpack dev server custom parameters from command line
问题 I want to pass custom parameters from command line. Something like this: webpack-dev-server --inline --hot --customparam1=value Exactly what I am trying to achieve is that I am working on a vue-loader application. The application has certain services that fetch data. I have another application that acts as the api server. We need the application to run in 2 ways (because all members of our team don't have access to the api server) So that service has 2 ways to get data: 1) If api server is