forked from topcoder-platform/topcoder-react-utils
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
On HoldBlocked by another ticket / issue / etc.Blocked by another ticket / issue / etc.P1High priority. Important thing to focus on.High priority. Important thing to focus on.
Description
Right now Webpack builds the web-bundle of the library into CJS modules, with import
s effectively replaced by require
, which now causes issues with libraries like react-router
(see remix-run/react-router#12770), which expose different builds for import
and require
entries from the host code. So... we should transition to building everything into MJS.
Metadata
Metadata
Assignees
Labels
On HoldBlocked by another ticket / issue / etc.Blocked by another ticket / issue / etc.P1High priority. Important thing to focus on.High priority. Important thing to focus on.