mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-05 02:58:36 -06:00
perf: reduce bundle size (#7094)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
},
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"exclude": ["src/**/*.stories.tsx", "src/**/story-helpers.tsx", "src/**/*.test.ts"],
|
||||
"extends": "@formbricks/config-typescript/react-library.json",
|
||||
"include": ["src"]
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ export default defineConfig({
|
||||
tsconfigPaths(),
|
||||
dts({
|
||||
include: ["src"],
|
||||
exclude: ["**/*.stories.tsx", "**/*.test.ts", "**/story-helpers.ts"],
|
||||
exclude: ["**/*.stories.tsx", "**/*.test.ts", "**/story-helpers.tsx"],
|
||||
}),
|
||||
tailwindcss(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user