原文:webpack打包项目报错:You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.

错误截图: 错误原因:根据金山词霸翻译如下: 您可能需要适当的加载程序来处理此文件类型,当前没有配置加载器来处理此文件 大致意思是程序在打包过程中会去webpack.config.js文件中查找相关css加载器,因为找到所以就报错了。 解决方法: .下载相关插件 style loader和css loader .在webpack.config.js文件中加入module对象,对象中包含了rules ...

2021-07-10 20:21 0 962 推荐指数:

查看详情

You may need an appropriate loader to handle this file type.

    最近在构建一个typescript+react简单项目的时候遇到了一个问题,运行webpack命令的时候报错You may need an appropriate loader to handle this file type.但是我明明安装了ts的loader 后来发现 ...

Thu Jan 31 22:53:00 CST 2019 0 12256
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM