أواجه الكثير من المشاكل في الحصول على أيقونات bootstrap للعمل معwebpack
ERROR in ./node_modules/bootstrap-icons/font/bootstrap-icons.css 1:0
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> @font-face {
| font-family: "bootstrap-icons";
| src: url("./fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
@ ./src/index.js 3:0-50
السؤال
عبد النور محمد
أواجه الكثير من المشاكل في الحصول على أيقونات bootstrap للعمل معwebpack
ERROR in ./node_modules/bootstrap-icons/font/bootstrap-icons.css 1:0 Module parse failed: Unexpected character '@' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > @font-face { | font-family: "bootstrap-icons"; | src: url("./fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), @ ./src/index.js 3:0-50
webpack.config.js
js
import "./scss/main.scss"; import "bootstrap-icons/font/bootstrap-icons.css";
webpack: "5.52.1", "bootstrap-icons": "^1.5.0", "file-loader": "^6.2.0",
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.