I built my own webpack.config.js for react development, also I use lite-server. Is it possible to put both webpack and lite-server commands to package.json like that:
"scripts": {
  "dev": "lite-server webpack"
}
or are there any other ways to do that?
 
    