From: Julien Déramond Date: Tue, 3 Jan 2023 15:57:33 +0000 (+0100) Subject: Add webpack build to webpack guide X-Git-Tag: v5.3.0-alpha2~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8546804325ba20faa3a09137fd9d9d0f12f5ff77;p=thirdparty%2Fbootstrap.git Add webpack build to webpack guide --- diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index 685da39473..cbb20f17bf 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -81,6 +81,7 @@ With dependencies installed and our project folder ready for us to start coding, const path = require('path') module.exports = { + mode: 'development', entry: './src/js/main.js', output: { filename: 'main.js', @@ -116,13 +117,14 @@ With dependencies installed and our project folder ready for us to start coding, We're including a little bit of Bootstrap styling here with the `div class="container"` and `