From c5fde53c8d87c73b13ac99891db4fa4047796338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 28 Mar 2023 16:02:37 +0200 Subject: [PATCH] Docs: update Webpack guide (#38345) * Docs: remove ` ``` @@ -129,7 +128,7 @@ With dependencies installed and our project folder ready for us to start coding, // ... "scripts": { "start": "webpack serve", - "build": "webpack build", + "build": "webpack build --mode=production", "test": "echo \"Error: no test specified\" && exit 1" }, // ...