From 8546804325ba20faa3a09137fd9d9d0f12f5ff77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 3 Jan 2023 16:57:33 +0100 Subject: [PATCH] Add webpack build to webpack guide --- site/content/docs/5.3/getting-started/webpack.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 `