We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349139f commit 90d0a93Copy full SHA for 90d0a93
lib/tsup.config.ts
@@ -1,7 +1,6 @@
1
import fs from "node:fs";
2
import { defineConfig, type Options } from "tsup";
3
import react18Plugin from "esbuild-plugin-react18";
4
-import cssPlugin from "esbuild-plugin-react18-css";
5
import { rdiPlugin } from "esbuild-plugin-rdi";
6
import { webglPlugin } from "esbuild-plugin-webgl";
7
@@ -32,7 +31,6 @@ export default defineConfig(
32
31
},
33
webglPlugin(),
34
react18Plugin({ disableJSXRequireDedup: true }),
35
- cssPlugin({ generateScopedName: "rt_[local]" }),
36
rdiPlugin(),
37
],
38
...options,
0 commit comments