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 `