报错内容

No configuration file found and no output filename configured via CLI option.
A configuration file could be named 'webpack.config.js' in the current directory.
Use --help to display the CLI options.

webpack 无法打包:No configuration file found and no output filename configured via CLI option

问题:无法识别webpack.config.js文件,

解决:1.看单词有没有写错;

   2.将webpack.config.js  移动到项目根目录下, 而不是放在src中

 

相关文章:

  • 2022-03-07
  • 2021-08-17
  • 2022-01-18
  • 2021-07-06
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-01
  • 2021-04-18
  • 2022-12-23
相关资源
相似解决方案