This commit is contained in:
AntoXa PRO 2023-10-03 20:01:18 +03:00
parent d6262547e9
commit ad27e021fd

View File

@ -4,13 +4,12 @@ import dts from 'vite-plugin-dts'
import postcss from 'postcss' import postcss from 'postcss'
import autoprefixer from 'autoprefixer'
import tailwindcss from 'tailwindcss' import tailwindcss from 'tailwindcss'
export default defineConfig({ export default defineConfig({
plugins: [vue(), dts()], plugins: [vue(), dts()],
css: { css: {
postcss: postcss([autoprefixer(), tailwindcss()]) postcss: postcss([tailwindcss()])
}, },
build: { build: {
lib: { lib: {