1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
smov/craco.config.js

10 lines
135 B
JavaScript
Raw Normal View History

2022-02-06 20:56:48 +01:00
const path = require(`path`);
module.exports = {
webpack: {
alias: {
"@": path.resolve(__dirname, "src/"),
},
},
};