Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
phobal committed Apr 17, 2018
1 parent 586b84f commit c8c2eef
Show file tree
Hide file tree
Showing 16 changed files with 20,688 additions and 420 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
"stage-0",
"react"
],
"plugins": ["add-module-exports"],
"plugins": ["add-module-exports",
["import",
{
"libraryName": "antd",
"style": "css"
}
]
],
"env": {
"production": {
"presets": ["react-optimize"],
Expand Down
Loading

0 comments on commit c8c2eef

Please sign in to comment.