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
In relation to this issue and comment, just adding e.g. 'utc' in the list of plugins doesn't work (anymore?) when building for production:
export default { locales: ['en'], defaultLocale: 'en', plugins: ['utc'], };
This does seem to work:
export default { locales: ['en.js'], defaultLocale: 'en', plugins: ['utc.js'], };
Edit: same for locales apparently
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In relation to this issue and comment, just adding e.g. 'utc' in the list of plugins doesn't work (anymore?) when building for production:
This does seem to work:
Edit: same for locales apparently
The text was updated successfully, but these errors were encountered: