We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5370db7 commit cdb509aCopy full SHA for cdb509a
packages/serve/src/index.ts
@@ -1,5 +1,5 @@
1
import { type Compiler, type cli } from "webpack";
2
-import { type IWebpackCLI, WebpackCompiler, type WebpackDevServerOptions } from "webpack-cli";
+import { type IWebpackCLI, type WebpackDevServerOptions } from "webpack-cli";
3
4
const WEBPACK_PACKAGE = process.env.WEBPACK_PACKAGE || "webpack";
5
const WEBPACK_DEV_SERVER_PACKAGE = process.env.WEBPACK_DEV_SERVER_PACKAGE || "webpack-dev-server";
0 commit comments