{"library":"next-plugin-custom-babel-config","title":"next-plugin-custom-babel-config","description":"A Next.js plugin that resolves a custom babel config file (e.g., babel.config.js) for monorepo setups using yarn workspaces. Current stable version is 1.0.5, last published in 2020. It works with Next.js >7.0.0 but is broken on Next.js 11+. The plugin is no longer maintained; PRs for fixes are welcome. Key differentiator: enables project-wide babel configuration in monorepos where sharing a single babel.config.js is needed.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install next-plugin-custom-babel-config"],"cli":null},"imports":["const withCustomBabelConfigFile = require('next-plugin-custom-babel-config');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const path = require('path');\nconst withCustomBabelConfigFile = require('next-plugin-custom-babel-config');\n\nmodule.exports = withCustomBabelConfigFile({\n  babelConfigFile: path.resolve('../babel.config.js')\n});","lang":"javascript","description":"Shows how to wrap Next.js config with custom babel config file path resolution.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}