Skip to content

Commit 7241c6c

Browse files
committed
PR review
1 parent 6493e05 commit 7241c6c

7 files changed

Lines changed: 0 additions & 9 deletions

File tree

packages/babel-plugin-component-annotate/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import packageJson from "./package.json" with { type: "json" };
2-
import modulePackage from "module";
32

43
export default {
54
platform: "node",

packages/bundler-plugin-core/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import modulePackage from "module";
21
import packageJson from "./package.json" with { type: "json" };
32

43
export default {

packages/dev-utils/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import packageJson from "./package.json" with { type: "json" };
2-
import modulePackage from "module";
32

43
export default {
54
platform: "node",

packages/esbuild-plugin/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import packageJson from "./package.json" with { type: "json" };
2-
import modulePackage from "module";
32

43
export default {
54
platform: "node",

packages/playground/scripts/request-logger-proxy.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ app.use(function (req, res, next) {
3232
res.write = function (chunk) {
3333
resBody.push(chunk);
3434

35-
// @ts-ignore
3635
return oldWrite.apply(res, arguments);
3736
};
3837

39-
// @ts-ignore
4038
res.end = function (chunk) {
4139
if (chunk) resBody.push(chunk);
4240

@@ -54,7 +52,6 @@ app.use(function (req, res, next) {
5452
}
5553
);
5654

57-
// @ts-ignore
5855
oldEnd.apply(res, arguments);
5956
};
6057

packages/rollup-plugin/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import packageJson from "./package.json" with { type: "json" };
2-
import modulePackage from "module";
32

43
export default {
54
platform: "node",

packages/vite-plugin/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import packageJson from "./package.json" with { type: "json" };
2-
import modulePackage from "module";
32

43
export default {
54
platform: "node",

0 commit comments

Comments
 (0)