mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(build): restore aliases for uppercase imports [EE-4312] (#7723)
This commit is contained in:
parent
45e2ed3d86
commit
c384d834f5
1 changed files with 6 additions and 1 deletions
|
@ -30,7 +30,12 @@
|
|||
"paths": {
|
||||
// paths relative to the baseUrl
|
||||
"@@/*": ["react/components/*"],
|
||||
"@/*": ["./*", "../app/*"]
|
||||
"@/*": ["./*", "../app/*"],
|
||||
"Agent/*": ["agent/*"],
|
||||
"Azure/*": ["azure/*"],
|
||||
"Docker/*": ["docker/*"],
|
||||
"Kubernetes/*": ["kubernetes/*"],
|
||||
"Portainer/*": ["portainer/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue