mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
wip
doesn't work, this is the worst
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user