fix(rspack): Add webpack as a dependency for fork-ts-checker-plugin (#29033)

This commit is contained in:
Nicholas Cunningham 2024-11-22 00:18:02 -07:00 committed by GitHub
parent 5bd8f4f3a2
commit a37a9c2f8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,8 @@
// Imported types only
"@module-federation/sdk",
"@module-federation/enhanced",
"css-loader"
"css-loader",
"webpack"
]
}
]

View File

@ -51,6 +51,7 @@
"postcss-loader": "^8.1.1",
"postcss": "^8.4.38",
"tslib": "^2.3.0",
"webpack": "^5.80.0",
"webpack-node-externals": "^3.0.0"
},
"peerDependencies": {