2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

wip - install vite

w/ typescript, vitest, eslint, prettier
This commit is contained in:
Jeff Sagal
2022-02-17 21:46:05 -08:00
parent 7a3b373d43
commit 2ac879ed28
24 changed files with 1768 additions and 6883 deletions
+1 -6
View File
@@ -1,8 +1,3 @@
module.exports = {
plugins: [
require('autoprefixer'),
require('cssnano')({
preset: 'default',
}),
],
plugins: [require('autoprefixer')],
}