We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moment is now in maintenance mode. We should consider porting to an active library.
https://momentjs.com/docs/
This will also cut down on the unneeded bloat in main.min.js that we have to manually discard every time we run npm run webpack
npm run webpack
If we want to address this without removing moment entirely, we can look into using the following plugin to cut down on main.min.js bloat: https://www.npmjs.com/package/moment-locales-webpack-plugin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
moment is now in maintenance mode. We should consider porting to an active library.
https://momentjs.com/docs/
This will also cut down on the unneeded bloat in main.min.js that we have to manually discard every time we run
npm run webpack
If we want to address this without removing moment entirely, we can look into using the following plugin to cut down on main.min.js bloat: https://www.npmjs.com/package/moment-locales-webpack-plugin
The text was updated successfully, but these errors were encountered: