You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/dev-server.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ contributors:
19
19
- jamesgeorge007
20
20
- g100g
21
21
- anikethsaha
22
+
- snitin315
22
23
---
23
24
24
25
[webpack-dev-server](https://github.com/webpack/webpack-dev-server) can be used to quickly develop an application. See the [development guide](/guides/development/) to get started.
Tell the server at what URL to serve `devServer.contentBase` static content. If there was a file `assets/manifest.json`, it would be served at `/serve-content-base-at-this-url/manifest.json`
298
299
@@ -310,6 +311,22 @@ module.exports = {
310
311
};
311
312
```
312
313
314
+
T> In case when you have several micro applications which all have custom static folders, you can pass an array of stings.
0 commit comments