原文: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