next-compose-plugins
next-compose-plugins copied to clipboard
💡next-compose-plugins provides a cleaner API for enabling and configuring plugins for next.js
When compiling with next.js 12.2.0, this warning is shown, even when an empty array is passed for the plugins parameter: ``` warn - Invalid next.config.js options detected: [ { "instancePath":...
Are you planing to integrate a Typescript declaration to use it in the next.config.mjs file (ES6 Module)?
Hey, I work with next-translate and ant-design on my projext and would like to make the next.config.js for antd theming work with config for next-translate. **Next config for next-translate:** ```...
Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm thinking about that I use recoil on my project.. But we have to support IE 11, but my configuration is not working in IE 11. This is error message...
I'm wondering if there is some documentation that would help me build a simple plugin that must complete an async operation before next.js starts to compile and render pages/ the...
Sentry has a [great integration for Next.js](https://docs.sentry.io/platforms/javascript/guides/nextjs/) but it assumes you're using a typical config. Is this something that's possible to make work with `next-compose-plugins`? Here's a sample config they...