Skip to content

Commit

Permalink
refactor(vite): ♻️ without as
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Nov 8, 2022
1 parent 24e5fab commit 2ec6bfc
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 @@ -16,7 +16,7 @@ export default defineConfig({
css: {
postcss: {
plugins: [
TailwindCSS(tailwindConfig as any) as any,
TailwindCSS(tailwindConfig),
autoprefixer(),
...(process.env.NODE_ENV === 'production'
? [
Expand Down

0 comments on commit 2ec6bfc

Please sign in to comment.