fix: removes sourcemaps (#5257)

This commit is contained in:
Anshuman Pandey
2025-04-09 10:20:56 +05:30
committed by GitHub
parent 87b925d622
commit 2173cb2610
4 changed files with 0 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ export default defineConfig({
build: {
emptyOutDir: false, // keep the dist folder to avoid errors with pnpm go when folder is empty during build
minify: "terser",
sourcemap: true,
lib: {
// Could also be a dictionary or array of multiple entry points
entry: resolve(__dirname, "src/index.ts"),

View File

@@ -20,7 +20,6 @@ const config = () => {
},
emptyOutDir: false, // keep the dist folder to avoid errors with pnpm go when folder is empty during build
minify: "terser",
sourcemap: true,
lib: {
entry: resolve(__dirname, "src/index.ts"),
name: "formbricks",

View File

@@ -21,7 +21,6 @@ export default defineConfig({
},
},
},
sourcemap: true,
emptyOutDir: false,
},
plugins: [

View File

@@ -15,7 +15,6 @@ const config = (): UserConfig => {
build: {
emptyOutDir: false,
minify: "terser",
sourcemap: true,
rollupOptions: {
external: [
"react",