You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't work with build profiles (the "builds" object in "app.json").
Because all used packages' ouput are copied to {App}/build/production/{Build Profile}/resources/{Package}/.
e.g. MyApp/build/production/web/resources/Task/ (web is a build profile), but package-loader try to load MyApp/build/production/resources/Task/Task.js.
It doesn't work with build profiles (the "builds" object in "app.json").
Because all used packages' ouput are copied to
{App}/build/production/{Build Profile}/resources/{Package}/
.e.g.
MyApp/build/production/web/resources/Task/
(web
is a build profile), but package-loader try to loadMyApp/build/production/resources/Task/Task.js
.For more details, please refer to https://www.sencha.com/forum/showthread.php?469991-Dyanimc-package-loading-not-working-with-build-profile
The text was updated successfully, but these errors were encountered: