Add "react-virtualized"

automatically patch it to remove unnecessary import
This commit is contained in:
KingRainbow44
2023-04-08 00:17:23 -04:00
parent b683f75cfa
commit 74cff61824
4 changed files with 5865 additions and 2 deletions

View File

@@ -15,5 +15,11 @@ import postcss from "./cfg/postcss.config.js";
export default defineConfig({
plugins: [ react(), tsconfigPaths(), dsv(),
viteSvgr(), viteSingleFile() ],
css: { postcss }
css: { postcss },
optimizeDeps: {
exclude: [
"react-virtualization"
]
}
});