rsnext/packages/next/build/webpack
JJ Kasper 245499a05a
Handle preferring default locale over accept-lang preferred locale (#17883)
This updates to set the `NEXT_LOCALE` cookie to the default locale when the user prefers a different locale from the default in their `accept-language` header but visits the default locale path e.g. `/en-US` with a `accept-language` preferred header of `nl` will set the `NEXT_LOCALE=en-US` header and then redirect to `/`

x-ref: https://github.com/vercel/next.js/pull/17370
2020-10-14 21:02:38 +00:00
..
config Handle css-loader file resolving change (#17724) 2020-10-08 18:45:39 +00:00
loaders Handle preferring default locale over accept-lang preferred locale (#17883) 2020-10-14 21:02:38 +00:00
plugins Font optimization for webpack 5 (#17450) 2020-10-12 20:58:09 +02:00