Docusaurus fails with IE: Object doesn't support property or method 'assign'
问题 We are making a V2 Docusaurus website: https://www.10studio.tech. We have just realized that it does not work well in IE, for instance, IE11. The error message is: Object doesn't support property or method 'assign' . There are some packages to provide with IE compatibility such as core-js , but we don't know how to properly add it to Docusaurus v2. Does anyone know how to amend this? 回答1: The error message is telling you that object doesn't have an assign function . assign is a function which