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