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 Aug 4, 2021. It is now read-only.
Occasionally it's necessary to keep a particular require statement so that it executes at runtime rather than being converted into an import. It's almost always a bad sign, but sometimes it's unavoidable.
Solution: allow IDs to be excluded from the transformation, and when that option is used, don't rewrite require as commonjsHelpers.commonjsRequire (which throws)
The text was updated successfully, but these errors were encountered:
Occasionally it's necessary to keep a particular
require
statement so that it executes at runtime rather than being converted into animport
. It's almost always a bad sign, but sometimes it's unavoidable.Solution: allow IDs to be excluded from the transformation, and when that option is used, don't rewrite
require
ascommonjsHelpers.commonjsRequire
(which throws)The text was updated successfully, but these errors were encountered: