2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00
doesn't work, this is the worst
This commit is contained in:
Jeff Sagal
2022-12-08 10:44:51 -08:00
parent ba3eb329f6
commit 8bf7b9acef
10 changed files with 9952 additions and 11871 deletions
-12
View File
@@ -1,5 +1,3 @@
import { fileURLToPath, URL } from 'url'
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
css: ['~/assets/styles/fonts.css'],
@@ -37,16 +35,6 @@ export default defineNuxtConfig({
},
},
vite: {
resolve: {
alias: {
'vue-select': fileURLToPath(
new URL('../src/index.js', import.meta.url)
),
},
},
},
build: {
// @see https://github.com/tailwindlabs/headlessui/discussions/1545#discussioncomment-2871517
transpile: ['@headlessui/vue'],