fixed config paths

This commit is contained in:
muerwre 2018-12-03 15:35:07 +07:00
parent 9c0038f0a3
commit bf1b92fdf1
18 changed files with 92 additions and 124 deletions

View file

@ -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"]
}
}
}