Skip to content

Commit 3adc48b

Browse files
authored
Merge pull request #2112 from Julesdevops/docfix_vtk_vanilla_contentbase
vtk_vanilla.md : replace --content-base option with --static for npm start script
2 parents 7668852 + 1b35ffe commit 3adc48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/content/docs/vtk_vanilla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Inside `package.json`, add the following lines in the scripts object.
5555
```diff
5656
"scripts": {
5757
+ "build": "webpack --progress --mode=development",
58-
+ "start": "webpack serve --progress --mode=development --content-base=dist",
58+
+ "start": "webpack serve --progress --mode=development --static=dist",
5959
"test": "echo \"Error: no test specified\" && exit 1"
6060
}
6161
```

0 commit comments

Comments
 (0)