當前位置:
首頁 >
You may need an appropriate loader to handle this file type, currently no loaders are configured to
發布時間:2023/12/18
34
豆豆
生活随笔
收集整理的這篇文章主要介紹了
You may need an appropriate loader to handle this file type, currently no loaders are configured to
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
報錯如下圖
報錯原因:仔細檢查是 css 文件缺少loader
解決辦法:安裝 css 文件 loader,并進行 webpack 配置
1、安裝 loader
cnpm i style-loader css-loader -D或
npm i style-loader css-loader -D?
2、配置 webpack loader 規則
{ test: /\.css$/, use: ['style-loader', 'css-loader']}?
總結
以上是生活随笔為你收集整理的You may need an appropriate loader to handle this file type, currently no loaders are configured to的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python自然语言处理 3 处理原始文
- 下一篇: XIO内核架构分析