in my  main.js   import router from". / router"  
 now I want to implement the  webpack  configuration 
 1. The command line  npm run dev  does not quote  router , which means not writing this line of code 
 2. Quote  router  
 npm run build  on the command line.
and how to ignore the content between certain characters, such as
/****/
import router from "./router"
/****/ the following is my project structure, solve! 
  
 
