3 changed files with 31 additions and 0 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
{ |
||||
"presets": [ |
||||
"next/babel" |
||||
], |
||||
"plugins": [ |
||||
[ |
||||
"import", |
||||
{ |
||||
"libraryName": "antd", |
||||
"style": "css" |
||||
} |
||||
] |
||||
] |
||||
} |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
**/*.md |
||||
**/*.svg |
||||
**/*.ejs |
||||
**/*.html |
||||
package.json |
||||
.next |
Loading…
Reference in new issue