rsnext/packages/next/build/webpack
JJ Kasper 3d6d033a5b
Normalize asPath between SSR and CSR with basePath (#14040)
To make `asPath` consistent with `basePath` handling this makes sure it is always stripped including on the client under the `asPath` value and from `req.url` in the `serverless-loader`. Additional tests have been added for this behavior to ensure we don't regress on this

Closes: https://github.com/vercel/next.js/issues/14037
Closes: https://github.com/vercel/next.js/issues/14039
2020-06-11 14:06:06 +00:00
..
config Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00
loaders Normalize asPath between SSR and CSR with basePath (#14040) 2020-06-11 14:06:06 +00:00
plugins Use chunkhash instead of buildId for pages (#13937) 2020-06-11 10:57:24 +02:00