From c6f2f7f61f72dfe49bd78085a5aa57e9c742cf6a Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 11:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- craco.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 craco.config.js diff --git a/craco.config.js b/craco.config.js new file mode 100644 index 0000000..d21681d --- /dev/null +++ b/craco.config.js @@ -0,0 +1,8 @@ +const path = require('path') +module.exports = { + webpack: { + alias: { + '@': path.join(__dirname, 'src') + } + } +} \ No newline at end of file