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 Sep 7, 2021. It is now read-only.
The problem mentioned above is about require('./locale' + name) statement included in the file moment/moment/moment.min.js It is not necessary anymore because all locales are already included in this file itself.
Unfortunately, webpack tries to resolve all require statements - therefore this warning.
The text was updated successfully, but these errors were encountered:
The problem mentioned above is about
require('./locale' + name)
statement included in the filemoment/moment/moment.min.js
It is not necessary anymore because all locales are already included in this file itself.Unfortunately, webpack tries to resolve all require statements - therefore this warning.
The text was updated successfully, but these errors were encountered: