This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
WARNING in ./public/plugins/moment/moment.js. Module not found: Error: Cannot resolve 'file' or 'directory' ./locale #41
Open
Description
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.