This works for me: const foo = false; if (foo) { require("./mobile.css"); } else { require("./desktop.css"); }. Also you can use the dynamic ...
確定! 回上一頁