Test imports

This commit is contained in:
MaxOvs19
2023-05-29 18:30:16 +03:00
parent 5865c59ba3
commit 72f5b59719
4 changed files with 6 additions and 6 deletions

View File

@ -52,6 +52,8 @@ module.exports = {
resolve: {
alias: {
"@": `${paths.src}/modules`,
// "@components": `${paths.src}/components`,
// "@assets": `${paths.src}/assets`,
},
extensions: [".mjs", ".js", ".jsx", ".ts", ".tsx", ".json"],
},