♫
📌 canary ▾
next.js
/
test
/
integration
/
config-resolve-alias
/
next.config.js
next.config.js
7 lines
94 B
module
.
exports
=
{
webpack
(
config
) {
config.resolve.alias
=
{}
return
config
},
}
v2.0.0
/
Go
SIGN IN