Bundler错误无效的配置对象。已使用与API模式不匹配的配置对象初始化了Webpack

时间:2020-02-09 07:07:27

标签: javascript webpack

试图让我的捆绑器编译。但是,我收到此错误[Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.这里是我的webpack.config.js文件。

这就是终端机所说的

RBTreeNode

Heres my second fileHere's my file structure as well] 3

1 个答案:

答案 0 :(得分:0)

我发现了我的问题。 Webpack不处理es6,因此您必须添加babel。 Babel将es6转换为es5。这是我的仓库的链接,在其中我详细介绍了如何在香草JavaScript项目中使用babel设置webpack。

https://github.com/joeygaitan/breakout