Is next-intl causing HMR to not reload changes live in development?
Unanswered
American black bear posted this in #help-forum
American black bearOP
I noticed that I have to hit refresh each time I make a change to my nextjs app, but it was live reload couple days ago. I have a gut feeling it is caused by the:
in my next.config.js
What is the most effective way of implementing multiple locales?
How can I disable next-intl while in development?
const createNextIntlPlugin = require('next-intl/plugin');
const withNextIntl = createNextIntlPlugin();in my next.config.js
What is the most effective way of implementing multiple locales?
How can I disable next-intl while in development?