报错内容

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.config.js文件,

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

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

最新文章

  1. 【分布式】Zookeeper数据与存储
  2. 1140 分珠 dfs
  3. jquerymobile动态添加元素之后不能正确渲染解决方法
  4. STM32 UART 重映射
  5. 控制DIV属性——实现盒子长、宽、背景等变化
  6. php静态方法与非静态方法在性能上有什么区别?
  7. spoj BRCKTS - Brackets 线段树
  8. CodeForces 228D. Zigzag(线段树暴力)
  9. CentOS_5.6下使用cmake编译MySQL_5.5.11
  10. Java 浅拷贝和深拷贝的理解和实现方式
  11. xampp 出现403 无法访问问题(已解决)
  12. Spring WebFlux 要革了谁的命?
  13. 【记录一次坑经历】axios使用x-www-form-urlencoded 服务器报400(错误的请求。 )(后端.Net MVC5 WebApi OAuth,前端Electron-Vue)
  14. XPath简介及节点
  15. 如何在MYSQL下所有指定数据库名下执行SQL
  16. MonoBehaviour类Invoke, Coroutine
  17. Enum学习中的compareTo方法分析
  18. 洛谷 P1762 偶数
  19. ---web模型 --mvc和模型--struts2 入门
  20. c#单例(Singleton)模式实现

热门文章

  1. centos8平台安装ansible2.9
  2. 第十五章 nginx七层负载均衡
  3. Linux入门到放弃之八《任务计划管理》
  4. 5. Bean Validation声明式验证四大级别:字段、属性、容器元素、类
  5. http与https随笔
  6. MySQL全面瓦解2:常用命令和系统管理
  7. 4G DTU的应用场景介绍
  8. python常用模块numpy解析(详解)
  9. 我的 Redis 被入侵了
  10. java常用类——包装类