webpack

来源:2-1 建立项目的 webpack 配置文件

xiaomaidou1

2018-04-02 13:49

Invalid cofiguration object.Webpack has been initialised  using a configuration object that does not match the API schema.  - configuration.output.path:The provided value "./dist/js" is not an absolute path!

怎么解决?

写回答 关注

1回答

  • sinoey
    2018-04-03 11:49:00
    path: "./dist/js"
    改为:
    path: __dirname +"/dist/js"


webpack深入与实战

webpack实战教程,用真实项目带你探索 webpack 强大的功能

86561 学习 · 721 问题

查看课程

相似问题

webpack

回答 2

webpack

回答 2

webpack

回答 1

webpack

回答 1

webpack

回答 2