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 use vue, chartjs and vue-chartjs from within an older c# asp.net mvc site and do not use babel or webpack so we depend on the final js files to include in our projects. We currently pick them up from the cdn, but I think they should be officially in the github repo as well. We shouldn't have to depend on cdn for finding required files.
The text was updated successfully, but these errors were encountered:
Expected Behavior
js and min.js files should be in /dist folder
Actual Behavior
We use vue, chartjs and vue-chartjs from within an older c# asp.net mvc site and do not use babel or webpack so we depend on the final js files to include in our projects. We currently pick them up from the cdn, but I think they should be officially in the github repo as well. We shouldn't have to depend on cdn for finding required files.
The text was updated successfully, but these errors were encountered: