Skip to content

Commit

Permalink
chore: suppress css minimize warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed Jan 31, 2024
1 parent 08884b9 commit e84fb98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/ai-assistant/modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ export default defineConfig(() => ({
overrideBrowserslist: ['last 2 Chrome versions'],
},
tools: {
minifyCss: {
minimizerOptions: {
preset: [
'default',
{
calc: false,
},
],
},
},
postcss: {
postcssOptions: {
plugins: [require('tailwindcss'), bodyToHostCSSPlugin],
Expand Down

0 comments on commit e84fb98

Please sign in to comment.