Skip to content

Commit

Permalink
Revert "build: mangle private properties in prod build to reduce size (
Browse files Browse the repository at this point in the history
…#2727)"

This reverts commit bf4de71.
  • Loading branch information
kyubisation committed Jun 14, 2024
1 parent 2ad13f4 commit 4d45bd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/elements-experimental/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default defineConfig((config) =>
]
: []),
],
esbuild: isProdBuild(config) ? { mangleProps: /^_/ } : {},
build: {
cssMinify: isProdBuild(config),
lib: {
Expand Down
1 change: 0 additions & 1 deletion src/elements/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default defineConfig((config) =>
]
: []),
],
esbuild: isProdBuild(config) ? { mangleProps: /^_/ } : {},
build: {
cssMinify: isProdBuild(config),
lib: {
Expand Down

0 comments on commit 4d45bd5

Please sign in to comment.