+1
cách import antd css trong reactjs
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.
Thêm một bình luận
1 CÂU TRẢ LỜI
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")],
...
}
thanks bn nhé