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
#2553 needs compiling some dependencies (specifically marked and pluralize) to es modules instead of previous copydeps so that es module system can load them. Webpack does not support emitting es modules yet (webpack/webpack#2933), maybe we should migrate to rollup to do this.
(Currently #2553 uses forked ES module versions of those dependencies, but maintaining forks is a burden.)
The text was updated successfully, but these errors were encountered:
#2553 needs compiling some dependencies (specifically
marked
andpluralize
) to es modules instead of previous copydeps so that es module system can load them. Webpack does not support emitting es modules yet (webpack/webpack#2933), maybe we should migrate to rollup to do this.(Currently #2553 uses forked ES module versions of those dependencies, but maintaining forks is a burden.)
The text was updated successfully, but these errors were encountered: