WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 48f98e0

Browse files
lgeigerrgbkrk
authored andcommitted
Remove unused dependencies
1 parent 8794674 commit 48f98e0

32 files changed

+260
-33825
lines changed

.babelrc

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,12 @@
11
{
2+
"presets": ["next/babel"],
23
"plugins": [
34
"transform-flow-strip-types",
4-
[
5-
"module-resolver",
6-
{
7-
"root": ["."],
8-
"alias": {
9-
"styles": "./styles"
10-
},
11-
"cwd": "babelrc"
12-
}
13-
],
14-
[
15-
"wrap-in-js",
16-
{
17-
"extensions": ["css$"]
18-
}
19-
],
205
[
216
"styled-components",
227
{
238
"ssr": true
249
}
2510
]
26-
],
27-
"presets": ["next/babel"],
28-
"ignore": []
11+
]
2912
}

0 commit comments

Comments
 (0)