Skip to content

Commit e90cbb9

Browse files
Merge branch 'pr8-unified-api' into pr9-implementation
2 parents 47e8eb0 + 508d818 commit e90cbb9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/modernjs/src/constant.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export const LOCALHOST = 'localhost';
22
export const PLUGIN_IDENTIFIER = '[ Modern.js Module Federation ]';
3-

packages/rsbuild-plugin/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"skipLibCheck": true,
1515
"skipDefaultLibCheck": true,
1616
"declaration": true,
17-
"noImplicitAny": false,
18-
17+
"noImplicitAny": false
1918
},
2019
"include": ["src", "../../global.d.ts", "__tests__/**/*"],
2120
"exclude": [

0 commit comments

Comments
 (0)