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
After we build the project with mta build, in the build artifact, it will copy same node_module for each BTP application. Which will lead the mtar file become very huge size.
Is there any configure to avoid copy node_module for each BTP application?