refactor(rollup): remove svgr

This commit is contained in:
moklick
2022-04-11 12:14:33 +02:00
parent fc9cf9604c
commit 261452ec82
10 changed files with 71 additions and 467 deletions
+4 -15
View File
@@ -3,10 +3,7 @@
"outDir": "dist",
"module": "esnext",
"target": "esnext",
"lib": [
"dom",
"esnext"
],
"lib": ["dom", "esnext"],
"jsx": "react",
"moduleResolution": "node",
"declaration": true,
@@ -24,14 +21,6 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": [
"src"
],
"exclude": [
"node_modules",
"build",
"dist",
"example",
"rollup.config.js"
]
}
"include": ["src"],
"exclude": ["node_modules", "build", "dist", "example", "rollup.config.js"]
}