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 May 5, 2023. It is now read-only.
Thanks for letting us know. We are working on releasing a quick fix with 2.2.1-preview for the rollup package "azure" and some other packages that have a direct dependency on moment.
The dependency on moment should be pinned at 2.18.x. Currently package.json is using a
^
, which allows updating to 2.19.X. This version causes webpack to explode when bundling.Please consider registering moment like
"moment": "~2.18.1"
in package.json. So the 2.19.x version is being avoided.The text was updated successfully, but these errors were encountered: