Yêu cầu thg 8 29, 2021 1:45 SA 135 0 1
  • 135 0 1
+1

cách import antd css trong reactjs

Chia sẻ
  • 135 0 1

khi dùng css của antd sao ko import theo syntax import "node_modules/antd/dist/antd.css" mà lại import theo cách này import "antd/dist/antd.css" thế mọi người.

1 CÂU TRẢ LỜI


Đã trả lời thg 8 29, 2021 5:42 SA
Đã được chấp nhận
0

đọc về resolve của webpack

resolve: {
    // options for resolving module requests
    // (does not apply to resolving of loaders)
    modules: ["node_modules",path.resolve(__dirname, "app")],
   ...
}
Chia sẻ
Avatar tapcode @tapcode
thg 8 29, 2021 8:11 SA

thanks bn nhé

Viblo
Hãy đăng ký một tài khoản Viblo để nhận được nhiều bài viết thú vị hơn.
Đăng kí