npm script: "build" missing on Bootstrap & Webpack doc
Created by: anoop0567
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
On Bootstrap & Webpack getting started doc build script configuration step is missing
Reduced test cases
Note: suggested fix
configure npm build script to build the project
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"scripts": {
"start": "webpack serve --mode development"",
+ "build": "webpack build"
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.3