Skip to content
New issue

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

Plugin list without extension not working anymore #371

Open
jclaessens97 opened this issue Nov 19, 2021 · 0 comments
Open

Plugin list without extension not working anymore #371

jclaessens97 opened this issue Nov 19, 2021 · 0 comments

Comments

@jclaessens97
Copy link

jclaessens97 commented Nov 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant