Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Use modularized antd#
  2. Use babel-plugin-import (Recommended)
  3.  
  4. // .babelrc or babel-loader option
  5. {
  6. "plugins": [
  7. ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": "css" }] // `style: true` for less
  8. ]
  9. }
Add Comment
Please, Sign In to add comment