mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed config paths
This commit is contained in:
parent
9c0038f0a3
commit
bf1b92fdf1
18 changed files with 92 additions and 124 deletions
|
@ -54,7 +54,7 @@
|
|||
"$containers": "src/containers",
|
||||
"$constants": "src/constants",
|
||||
"$sprites": "src/sprites",
|
||||
"$config": "src/config",
|
||||
"$config": "config",
|
||||
"$styles": "src/styles",
|
||||
"$redux": "src/redux",
|
||||
"$utils": "src/utils",
|
||||
|
@ -62,8 +62,7 @@
|
|||
},
|
||||
|
||||
"extensions": [".js", ".jsx", ".scss"],
|
||||
|
||||
"modules": ["src", "node_modules"]
|
||||
"modules": ["config", "src", "node_modules"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue