From: Julien Déramond Date: Tue, 28 Mar 2023 14:02:37 +0000 (+0200) Subject: Docs: update Webpack guide (#38345) X-Git-Tag: v5.3.0-alpha3~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5fde53c8d87c73b13ac99891db4fa4047796338;p=thirdparty%2Fbootstrap.git 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" }, // ...