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
fix: resolve vue as external library in prod build
The webpack production build previously bundled vue, resulting in any
library consumer having two instances of vue. This change declares
the `vue` library as "external" in webpack, skipping the bundeling.
<divclass="buttons"><button@click="currentStep--"><</button><button@click="currentStep++">></button><button@click="activeColor = "purple" ">Set active color to purple</button><button@click="passiveColor = "pink" ">Set passive color to pink</button>
0 commit comments