mirror of https://github.com/portainer/portainer
fix(build): restore aliases for uppercase imports [EE-4312] (#7723)
parent
45e2ed3d86
commit
c384d834f5
|
@ -30,7 +30,12 @@
|
||||||
"paths": {
|
"paths": {
|
||||||
// paths relative to the baseUrl
|
// paths relative to the baseUrl
|
||||||
"@@/*": ["react/components/*"],
|
"@@/*": ["react/components/*"],
|
||||||
"@/*": ["./*", "../app/*"]
|
"@/*": ["./*", "../app/*"],
|
||||||
|
"Agent/*": ["agent/*"],
|
||||||
|
"Azure/*": ["azure/*"],
|
||||||
|
"Docker/*": ["docker/*"],
|
||||||
|
"Kubernetes/*": ["kubernetes/*"],
|
||||||
|
"Portainer/*": ["portainer/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"],
|
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"],
|
||||||
|
|
Loading…
Reference in New Issue