diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index ffad34e395..bd539b8915 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -115,7 +115,6 @@ With dependencies installed and our project folder ready for us to start coding,

Hello, Bootstrap and Webpack!

- ``` @@ -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" }, // ...