Skip to content

Commit c38aae0

Browse files
committed
docs: fix getting started UX issues from #7510
1 parent d730560 commit c38aae0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/Splash/second/left.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const __filename = fileURLToPath(import.meta.url);
88
const __dirname = path.dirname(__filename);
99

1010
export default {
11+
mode: "development",
1112
entry: "./src/index.js",
1213
output: {
1314
path: path.resolve(__dirname, "dist"),
@@ -16,4 +17,4 @@ export default {
1617
};
1718
```
1819
19-
Prefer a video walkthrough? **[Without config](https://youtu.be/3Nv9muOkb6k?t=21293)**
20+
Prefer a video walkthrough instead? See the **[Without config](https://youtu.be/3Nv9muOkb6k?t=21293)** guide.

src/content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import Install from "../components/Splash/install/install.mdx";
3939
</div>
4040
</div>
4141

42-
Then run `webpack` on the command-line to create `bundle.js`.
42+
Then run `npx webpack` on the command-line to create `bundle.js`.
4343

4444
## Awesome, isn't it? Let's dive in!
4545

0 commit comments

Comments
 (0)