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
At the recent webinar (41:00) was said that multi-app support for open-tools (ext-gen) was for consideration.
Is it still on the roadmap?
What is the "manual" way to upgrade such project from Ext JS 6.2 and migrate it to open-tools?
sencha app build must be run from each app directory (not a workspace root).
But npm run build (which uses webpack and sencha app build under the hood) works only in current directory.
Adding package.json, webpack.config.js, workspace.json and index.js to every app directory and trying to build each app – brings never ending uninformative errors and build fails.
At the recent webinar (41:00) was said that multi-app support for open-tools (ext-gen) was for consideration.
sencha app build
must be run from each app directory (not a workspace root).But
npm run build
(which uses webpack andsencha app build
under the hood) works only in current directory.Adding package.json, webpack.config.js, workspace.json and index.js to every app directory and trying to build each app – brings never ending uninformative errors and build fails.
CC @mgusmano
The text was updated successfully, but these errors were encountered: