1 Star 0 Fork 0

user_11771941/react-project-study-from-ItHeima

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
craco.config.js 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
user_11771941 提交于 2023-11-22 10:32 . init
const path = require('path')
module.exports = {
// webpack配置
webpack: {
// 配置别名
alias: {
// 约定: 使用 @ 表示 src 目录
"@": path.resolve(__dirname, "src")
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunfei666/react-project-study-from-it-heima.git
git@gitee.com:sunfei666/react-project-study-from-it-heima.git
sunfei666
react-project-study-from-it-heima
react-project-study-from-ItHeima
master

搜索帮助