How to introduce public js into the configuration of vue-cli3

webpackentry:["...","..."]
vue-cli3
vue-cli3 
pages[chunk].entry
Mar.25,2022

configure the vue.config.js file

configureWebpack: config => {
 
    // common 
    config.entry = Object.assign({}, {
      common: ['fastclick', 'units/checkwebp', ...]
    }, config.entry)
}

enter: vue inspect on the command line to see if the configuration is successful. The usage of the command is searched by yourself, and there is no explanation here

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-1b3243a-2be02.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-1b3243a-2be02.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?