images_viewer/.babelrc

5 lines
140 B
Plaintext
Raw Normal View History

2020-05-08 17:02:03 +07:00
{
"plugins": [
["import", { "libraryName": "antd", "libraryDirectory": "es", "style": "css" }] // `style: true` for less
]
}