Why didn't the file be generated after webpack npm start?

after webpack npm start, there is no error, but why is there no build.js file generated in my build folder

Mar.06,2021

package.json be like this

build: 'webpack --config webpack.config.js'

what the heck is webpack npm start?

webpacknpm run start
The output path of

should be configured as follows: path:__dirname +'/ build',

Menu