Skip to content

Commit 49cb5fa

Browse files
committed
Checkpoint before follow-up message
1 parent 7c08d9e commit 49cb5fa

File tree

3 files changed

+497
-14
lines changed

3 files changed

+497
-14
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@
149149
"typescript": "5.3.3",
150150
"vite-tsconfig-paths": "^5.0.1",
151151
"vitest": "^3.0.7",
152-
"ws": "^8.17.1"
152+
"ws": "^8.17.1",
153+
"webpack": "^5.91.0",
154+
"rollup": "^4.18.0"
153155
},
154156
"resolutions": {
155157
"dompurify": "3.2.4",

src/@types/third-party.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
declare module 'webpack';
2-
3-
declare module 'rollup';
4-
5-
declare module 'rollup/parseAst';
6-
71
declare module '@farmfe/core';
82

93
declare module '@rspack/core';

0 commit comments

Comments
 (0)