rsnext/test/production
Tobias Koppers f4fbb83d4a
allow to provide postcss plugin options as a string (#35173)
fixes https://github.com/vercel/next.js/issues/35117

@balazsorban44 this needs a test case

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`


Co-authored-by: Balázs Orbán <18369201+balazsorban44@users.noreply.github.com>
2022-04-08 16:58:50 +00:00
..
dependencies-can-use-env-vars-in-middlewares Allow dependencies to use environment variables in middlewares (#33141) 2022-01-10 18:45:00 +00:00
emit-decorator-metadata Add decoratorMetadata flag if enabled by tsconfig (#32914) 2022-02-06 16:48:09 +00:00
eslint-plugin-deps Ensure eslint plugins dont conflict (#35667) 2022-03-28 12:31:30 -05:00
fallback-export-error Update check for fallback pages during export (#33323) 2022-01-17 14:44:45 +00:00
generate-middleware-source-maps produce source maps for middlewares (#34409) 2022-02-24 15:56:40 +00:00
middleware-environment-variables-in-node-server-reflect-the-usage-inference middlewares: limit process.env to inferred usage (#33186) 2022-01-12 13:09:24 +00:00
middleware-typescript Fix typescript 4.6.2 randomUUID() (#34976) 2022-03-02 21:51:15 +00:00
next/jest Ensure mjs files are transformed with jest (#34698) 2022-03-09 13:49:58 +01:00
postcss-plugin-config-as-string allow to provide postcss plugin options as a string (#35173) 2022-04-08 16:58:50 +00:00
react-18-streaming-ssr Fix streaming SSR with multi-byte characters (#35724) 2022-03-30 20:24:25 +02:00
reading-request-body-in-middleware fix post request hangs when no body is consumed on middleware (#35131) 2022-03-08 19:24:58 +00:00
required-server-files Ensure minimalMode previousCache expire time is capped (#35954) 2022-04-07 11:32:45 -05:00
typescript-basic test: add document head multi child prod test (#35426) 2022-03-18 10:19:55 +00:00
required-server-files-i18n.test.ts Normalize ssgCacheKey for /index with minimalMode de-duping (#35536) 2022-03-23 09:28:04 -05:00
required-server-files.test.ts Ensure minimalMode previousCache expire time is capped (#35954) 2022-04-07 11:32:45 -05:00