rsnext/packages/next/build/webpack/config/blocks/css
Jiachi Liu 653d5e7148
Fix missing client entry matcher and simplify imports path (#38691)
### Changes

#### Add missing virtual client entry matcher for css modules
client entry module has no file path, add the missing file matcher for client css modules loader

#### Use relative paths for imports in client entry to avoid module resolving failure.

if it's `next/head` or other 3rd party installed path, just import it instead of the resolved file path
2022-07-16 22:49:28 +00:00
..
loaders Fix CSS modules imported from client components in app dir (#38310) 2022-07-05 00:35:29 +02:00
index.ts Fix missing client entry matcher and simplify imports path (#38691) 2022-07-16 22:49:28 +00:00
messages.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00
plugins.ts allow to provide postcss plugin options as a string (#35173) 2022-04-08 16:58:50 +00:00