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 e59bcd7 commit 9b385f9Copy full SHA for 9b385f9
lib/utils/dev-server-flags.js
packages/serve/index.ts
@@ -1,8 +1,8 @@
1
import * as cmdArgs from "command-line-args";
2
+import { devServer } from "webpack-dev-server/bin/cli-flags";
3
import * as WebpackCLI from "../../lib/webpack-cli";
4
import * as startDevServer from "./startDevServer";
5
import * as argsToCamelCase from "./args-to-camel-case";
-import { devServer } from "../../lib/utils/dev-server-flags";
6
import { core } from "../../lib/utils/cli-flags";
7
8
/**
0 commit comments