Skip to content

Commit 90582e6

Browse files
committed
that didn't work
1 parent 1c997de commit 90582e6

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

packages/bundler-plugin-core/build.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ export default defineBuildConfig({
3838
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
3939
}),
4040
];
41-
} else {
42-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
43-
opts.plugins = opts.plugins;
4441
}
4542
},
4643
},

packages/rollup-plugin/build.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ export default defineBuildConfig({
3939
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
4040
}),
4141
];
42-
} else {
43-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
44-
opts.plugins = opts.plugins;
4542
}
4643
},
4744
},

packages/vite-plugin/build.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ export default defineBuildConfig({
3939
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
4040
}),
4141
];
42-
} else {
43-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
44-
opts.plugins = opts.plugins;
4542
}
4643
},
4744
},

packages/webpack-plugin/build.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ export default defineBuildConfig({
3838
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
3939
}),
4040
];
41-
} else {
42-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
43-
opts.plugins = opts.plugins;
4441
}
4542
},
4643
},

0 commit comments

Comments
 (0)