Skip to content

Commit c6005b1

Browse files
committed
fix
1 parent 8166702 commit c6005b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ While it's recommended to run `@rspack/dev-server` via the CLI, you may also cho
9292
```js
9393
import { RspackDevServer } from "@rspack/dev-server";
9494
import rspack from "@rspack/core";
95-
import rspackConfig from "./rspack.config.js";
95+
import rspackConfig from "./rspack.config.mjs";
9696

9797
const compiler = rspack(rspackConfig);
9898
const devServerOptions = {

0 commit comments

Comments
 (0)