1 Matching Annotations
- Jun 2017
-
survivejs.com survivejs.com
-
devServer.contentBase - Assuming you don't generate index.html dynamically and prefer to maintain it yourself in a specific directory, you need to point WDS to it. contentBase accepts either a path (e.g., 'build') or an array of paths (e.g., ['build', 'images']). This defaults to the project root.
For situations where you don't want to generate index.html
-