File tree 12 files changed +15
-33
lines changed
12 files changed +15
-33
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @codecov/nextjs-webpack-plugin " : patch
3
+ " @codecov/bundler-plugin-core " : patch
4
+ " @codecov/remix-vite-plugin " : patch
5
+ " @codecov/solidstart-plugin " : patch
6
+ " @codecov/sveltekit-plugin " : patch
7
+ " @codecov/bundle-analyzer " : patch
8
+ " @codecov/webpack-plugin " : patch
9
+ " @codecov/rollup-plugin " : patch
10
+ " @codecov/astro-plugin " : patch
11
+ " @codecov/nuxt-plugin " : patch
12
+ " @codecov/vite-plugin " : patch
13
+ ---
14
+
15
+ Remove minification from plugin build
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default defineBuildConfig({
15
15
} ,
16
16
} ,
17
17
emitCJS : true ,
18
- esbuild : {
19
- minify : true ,
20
- } ,
21
18
replace : {
22
19
preventAssignment : true ,
23
20
values : {
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ export default defineBuildConfig({
17
17
} ,
18
18
} ,
19
19
emitCJS : true ,
20
- esbuild : {
21
- minify : true ,
22
- } ,
23
20
replace : {
24
21
preventAssignment : true ,
25
22
values : {
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ export default defineBuildConfig({
14
14
} ,
15
15
} ,
16
16
emitCJS : true ,
17
- esbuild : {
18
- minify : true ,
19
- } ,
20
17
} ,
21
18
hooks : {
22
19
"rollup:options" : ( ctx , opts ) => {
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ export default defineBuildConfig({
14
14
} ,
15
15
} ,
16
16
emitCJS : true ,
17
- esbuild : {
18
- minify : true ,
19
- } ,
20
17
replace : {
21
18
preventAssignment : true ,
22
19
values : {
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default defineBuildConfig({
15
15
} ,
16
16
} ,
17
17
emitCJS : true ,
18
- esbuild : {
19
- minify : true ,
20
- } ,
21
18
replace : {
22
19
preventAssignment : true ,
23
20
values : {
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default defineBuildConfig({
15
15
} ,
16
16
} ,
17
17
emitCJS : true ,
18
- esbuild : {
19
- minify : true ,
20
- } ,
21
18
replace : {
22
19
preventAssignment : true ,
23
20
values : {
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default defineBuildConfig({
15
15
} ,
16
16
} ,
17
17
emitCJS : true ,
18
- esbuild : {
19
- minify : true ,
20
- } ,
21
18
replace : {
22
19
preventAssignment : true ,
23
20
values : {
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default defineBuildConfig({
15
15
} ,
16
16
} ,
17
17
emitCJS : true ,
18
- esbuild : {
19
- minify : true ,
20
- } ,
21
18
replace : {
22
19
preventAssignment : true ,
23
20
values : {
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default defineBuildConfig({
15
15
} ,
16
16
} ,
17
17
emitCJS : true ,
18
- esbuild : {
19
- minify : true ,
20
- } ,
21
18
replace : {
22
19
preventAssignment : true ,
23
20
values : {
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default defineBuildConfig({
15
15
} ,
16
16
} ,
17
17
emitCJS : true ,
18
- esbuild : {
19
- minify : true ,
20
- } ,
21
18
replace : {
22
19
preventAssignment : true ,
23
20
values : {
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ export default defineBuildConfig({
14
14
} ,
15
15
} ,
16
16
emitCJS : true ,
17
- esbuild : {
18
- minify : true ,
19
- } ,
20
17
replace : {
21
18
preventAssignment : true ,
22
19
values : {
You can’t perform that action at this time.
0 commit comments