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
{{ message }}
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
"module": "ESNext", // changed from commonjs to ESNext to ensure typescript outputs code that can be split by webpack (with commonjs, the dynamic imports were removed)
"target": "ES2019",
"removeComments": false, // to be sure comments required by webpack to split are still present