In the scaffolding project, the output.path of webpack in dev and pro is the dist directory, but when debugging, js is not under dist?

output: {

path: config.build.assetsRoot, // devoutput
filename: "[name].js",
publicPath: process.env.NODE_ENV === "production"
  ? config.build.assetsPublicPath
  : config.dev.assetsPublicPath

},

output: {

path: config.build.assetsRoot, // productionoutput
filename: utils.assetsPath("js/[name].[chunkhash].js"),
chunkFilename: utils.assetsPath("js/[id].[chunkhash].js")

},

what is the referencing process of all files (vue files, css files, js files) when webpack starts local server in dev environment? -sharp-sharp-sharp problem description


dev seems to generate output directly in memory, without physical files.

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