We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7668852 + 1b35ffe commit 3adc48bCopy full SHA for 3adc48b
Documentation/content/docs/vtk_vanilla.md
@@ -55,7 +55,7 @@ Inside `package.json`, add the following lines in the scripts object.
55
```diff
56
"scripts": {
57
+ "build": "webpack --progress --mode=development",
58
-+ "start": "webpack serve --progress --mode=development --content-base=dist",
++ "start": "webpack serve --progress --mode=development --static=dist",
59
"test": "echo \"Error: no test specified\" && exit 1"
60
}
61
```
0 commit comments