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
We are aliasing vue to the CJS version right now in the webpack build options. When we don't do this, vue apps don't build properly -- we should fix this to enable tree-shaking, etc.
We are aliasing
vueto the CJS version right now in the webpack build options. When we don't do this, vue apps don't build properly -- we should fix this to enable tree-shaking, etc.