♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir
/
barrel-optimization
/
basic
/
next.config.js
next.config.js
6 lines
97 B
module
.
exports
=
{
experimental: {
optimizePackageImports: [
'my-lib'
,
'mixed-lib'
],
},
}
v2.0.0
/
Go
SIGN IN