paths: { ... }, shim: { ... }, packages: { ... } The paths and shim configuration works OK. But the packages config doesn't work. How can I configure that?
paths: {
...
},
shim: {
...
},
packages: {
...
}
The paths and shim configuration works OK. But the packages config doesn't work. How can I configure that?