Skip to content

Commit cdb509a

Browse files
refactor: remove unused
1 parent 5370db7 commit cdb509a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serve/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type Compiler, type cli } from "webpack";
2-
import { type IWebpackCLI, WebpackCompiler, type WebpackDevServerOptions } from "webpack-cli";
2+
import { type IWebpackCLI, type WebpackDevServerOptions } from "webpack-cli";
33

44
const WEBPACK_PACKAGE = process.env.WEBPACK_PACKAGE || "webpack";
55
const WEBPACK_DEV_SERVER_PACKAGE = process.env.WEBPACK_DEV_SERVER_PACKAGE || "webpack-dev-server";

0 commit comments

Comments
 (0)