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 8166702 commit c6005b1Copy full SHA for c6005b1
README.md
@@ -92,7 +92,7 @@ While it's recommended to run `@rspack/dev-server` via the CLI, you may also cho
92
```js
93
import { RspackDevServer } from "@rspack/dev-server";
94
import rspack from "@rspack/core";
95
-import rspackConfig from "./rspack.config.js";
+import rspackConfig from "./rspack.config.mjs";
96
97
const compiler = rspack(rspackConfig);
98
const devServerOptions = {
0 commit comments