未验证 提交 a44ab5d0 编写于 作者: T Tommy Ljungberg 提交者: GitHub

fix(examples): align with-absolute-imports with next 9.4 (#13090)

上级 25021473
{
"compilerOptions": {
"baseUrl": "."
}
}
const path = require('path')
module.exports = {
webpack(config, options) {
config.resolve.alias['components'] = path.join(__dirname, 'components')
return config
},
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册