matt-auckland / vite-vue2-starter

A simple example on how you can use Vue 2 with Vite
59 stars 25 forks source link

Update vite plugin and security fixes #6

Closed marr closed 2 years ago

marr commented 2 years ago

This contains:

  1. package-lock update that fixes some security vulnerabilities.
  2. package-lock lockVersion: 2 for recent npm versions.
  3. Move vite-plugin-vue2 to devDependencies and upgrade to v2.
matt-auckland commented 2 years ago

Thanks!