Skip to content

Commit

Permalink
feat: Remove minification of packages (#248)
Browse files Browse the repository at this point in the history
feat: Remove minification of packages
  • Loading branch information
nicholas-codecov authored Feb 10, 2025
1 parent 043b250 commit 06f90eb
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 33 deletions.
15 changes: 15 additions & 0 deletions .changeset/eleven-spies-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@codecov/nextjs-webpack-plugin": patch
"@codecov/bundler-plugin-core": patch
"@codecov/remix-vite-plugin": patch
"@codecov/solidstart-plugin": patch
"@codecov/sveltekit-plugin": patch
"@codecov/bundle-analyzer": patch
"@codecov/webpack-plugin": patch
"@codecov/rollup-plugin": patch
"@codecov/astro-plugin": patch
"@codecov/nuxt-plugin": patch
"@codecov/vite-plugin": patch
---

Remove minification from plugin build
3 changes: 0 additions & 3 deletions packages/astro-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/bundle-analyzer/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/bundler-plugin-core/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
},
hooks: {
"rollup:options": (ctx, opts) => {
Expand Down
3 changes: 0 additions & 3 deletions packages/nextjs-webpack-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/nuxt-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/remix-vite-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/rollup-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/solidstart-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/sveltekit-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/vite-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down
3 changes: 0 additions & 3 deletions packages/webpack-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export default defineBuildConfig({
},
},
emitCJS: true,
esbuild: {
minify: true,
},
replace: {
preventAssignment: true,
values: {
Expand Down

0 comments on commit 06f90eb

Please sign in to comment.