Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created December 1, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/81217485264ccab442ad58026f245433 to your computer and use it in GitHub Desktop.
Save dance2die/81217485264ccab442ad58026f245433 to your computer and use it in GitHub Desktop.
if (process.env.NODE_ENV === "development") {
// Make sure that the custom stylesheet overrides antd css.
import("antd/dist/antd.css").then(() => import("./styles.css"));
} else {
import("./styles.css");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment