Webpack has a problem.

1. After packaging the project with vue-cli, if you encounter the packaged project that needs to add new modules, do you want to repackage it? In that case, if the project is big enough, you can"t be exhausted.
how can 2.webpack be packaged in modules? Each module has its own js and css.

the above are the problems encountered at present. I would appreciate it if any of the great gods can help solve the doubts.


output:{
     path: path.join(__dirname, "src"),
     filename: "[name]-[hash].bundle.js"
},

output.filename

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