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

?
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b321b8-2b565.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b321b8-2b565.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?