The wavy line appears in the css file after the vue-cli3.0 is packaged.

components: {
    A: () => import(/* webpackChunkName: "a" */ "@/components/common/A.vue"),
    B: () => import(/* webpackChunkName: "b" */ "@/components/common/B.vue"),
    C: () => import(/* webpackChunkName: "c" */ "@/components/common/C.vue"),
  },

Why do a~b~c.css and a~b~c.js problems occur after packaging

Feb.08,2022

first change this to see if it is possible or not. You can post the relevant webpack configuration files and take a look at

.
  

I encountered the js file ~, which caused the routing lazy load to report an error. Have you solved it

?
Menu