Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit fb6196b

Browse files
committed
chore(presets): add vite to preset map.
1 parent 4ada88c commit fb6196b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vue-cli-plugin-vuetify/util/presets.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const resolve = file => path.resolve(__dirname, file)
55
const PRESET_MAP = {
66
default: 'Default (recommended)',
77
prototype: 'Prototype (rapid development)',
8-
v3: 'V3 (alpha)'
8+
v3: 'V3 (alpha)',
9+
preview: 'Preview (v3 + vite)',
910
}
1011

1112
module.exports = fs.readdirSync(resolve('../presets')).map(preset => {

0 commit comments

Comments
 (0)