gpt4 book ai didi

webpack - 我没有 webpack 的构建文件

转载 作者:行者123 更新时间:2023-12-02 12:29:14 25 4
gpt4 key购买 nike

我已经使用 npm install webpack -g 全局安装了 webpack。

我还使用 npm install --save-dev babel-loader babel-core 安装了 babel。

每当我输入 webpack 来获取构建文件时,我都会得到:

C:\Sites\Learn-React>webpack

Hash: 5d44ddfc6932f448e682

Version: webpack 2.2.1Time: 71ms

ERROR in Entry module not found: Error: Can't resolve 'babel' in 'C:\Sites\Learn-React'BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.You need to specify 'babel-loader' instead of 'babel'.

知道如何解决这个问题吗?

谢谢。

最佳答案

只需按照错误消息所述操作即可:

It's no longer allowed to omit the '-loader' suffix when using loaders. You need to specify 'babel-loader' instead of 'babel'. Edit the webpack.config.js accordingly.

基本原理是automatic -loader module name extension has been removed .

关于webpack - 我没有 webpack 的构建文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42046702/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com