react-code-dataset / next.js /test /development /basic /barrel-optimization /fixture /next.config.js
| module.exports = { | |
| transpilePackages: ['my-client-lib'], | |
| experimental: { | |
| optimizePackageImports: ['my-lib', 'recursive-barrel', 'my-client-lib'], | |
| }, | |
| } | |