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
Hi, is it possible (or future plan) to allow users to eject their app out of electrode with all the dependencies inserted into package.json and necessary scripts?
The text was updated successfully, but these errors were encountered:
theoretically it should be straightforward to copy the archetype config and scripts into a directory under your app and move the dependencies into your package.json. The archetype code doesn't hardcode where its location is but since there is two parts (the main archetype and the dev part) some config scripts does require the other by name so that needs some updates. This use is really not the intend of the archetype but the option is open.
I consider eject like a 100% configurable option and it's not aligned with the design goal of archetype types. we are very resource constraint so close this for now.
Hi, is it possible (or future plan) to allow users to eject their app out of electrode with all the dependencies inserted into package.json and necessary scripts?
The text was updated successfully, but these errors were encountered: