https://webpack.js.org/configuration/externals/#string is supposed to document type `string` of externals, but it does not. It provides examples for type object. There shall be an example, stating that ```json { "externals": "A" } ``` and ```json { "externals": {"A": "A"} } ``` do both the same.