Skip to content

Commit

Permalink
fix: add tailwind alias to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Another-DevX committed Jan 29, 2024
1 parent 7f404f8 commit 4171e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import viteImagemin from 'vite-plugin-imagemin';
export default defineConfig(({ mode }) => {
const envConfig = loadEnv(mode, process.cwd());
const isBuildAnalysis = process.env.BUILD_ANALIZE;

const plugins = [
vue(),
createHtmlPlugin({
Expand Down Expand Up @@ -146,6 +145,7 @@ export default defineConfig(({ mode }) => {
// Allows to import tailwind.config.js from useTailwind.ts
// Check: https://github.com/tailwindlabs/tailwindcss.com/issues/765
include: [
'tailwind.config.js',
'button-options',
'node_modules/**',
'src/components/_global/BalBtn/button-options.js',
Expand Down

0 comments on commit 4171e39

Please sign in to comment.