mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
b32763b9e3
fix: bug 🐞 ![image](https://user-images.githubusercontent.com/37728280/44520939-05929380-a704-11e8-9e7e-7acbc08c6d39.png)
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [
|
|
"transform-decorators-legacy",
|
|
[
|
|
"import",
|
|
{
|
|
"libraryName": "antd",
|
|
"style": true
|
|
}
|
|
]
|
|
]
|
|
}
|