补充配置

This commit is contained in:
giaogiao 2023-09-12 11:04:35 +08:00
parent d0769d91da
commit c6f2f7f61f
1 changed files with 8 additions and 0 deletions

8
craco.config.js Normal file
View File

@ -0,0 +1,8 @@
const path = require('path')
module.exports = {
webpack: {
alias: {
'@': path.join(__dirname, 'src')
}
}
}