The webpack configuration file is in the build directory under the root of the project. How do I output the analysis file?

use webpack-- config. / build/webpack.dev.conf.js-- profile-- json > stats.json to output not an analysis file;
use webpack-- config. / build/webpack.dev.conf.js & & webpack-- profile-- json > stats.json will not find the "webpack.config.js" file

Mar.14,2021
Menu