Kitware / CDash

An open source, web-based software testing server
http://www.cdash.org/
Other
218 stars 76 forks source link

Clean up Vue build warnings #2548

Closed williamjallen closed 2 weeks ago

williamjallen commented 2 weeks ago

Vue currently emits a number of build warnings when run in development mode via npm run dev. This PR addresses those warnings. In the future, it would be useful to integrate a check for these warnings into our CI pipeline somehow.