Skip to content

Commit 27604c4

Browse files
chore(webpack-bundler-runtime): switch rollup compiler to tsc
1 parent a5da103 commit 27604c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-bundler-runtime/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tsConfig": "packages/webpack-bundler-runtime/tsconfig.lib.json",
1616
"assets": [],
1717
"project": "packages/webpack-bundler-runtime/package.json",
18-
"compiler": "swc",
18+
"compiler": "tsc",
1919
"format": ["cjs", "esm"],
2020
"additionalEntryPoints": [
2121
"packages/webpack-bundler-runtime/src/constant.ts"

0 commit comments

Comments
 (0)