File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const __filename = fileURLToPath(import.meta.url);
88const __dirname = path .dirname (__filename );
99
1010export 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments