Minimize CSS in production
This commit is contained in:
parent
df5bbfa0e1
commit
a838ffc97a
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default {
|
|||
// a separate file - better for performance
|
||||
postcss({
|
||||
extract: true,
|
||||
minimize: production,
|
||||
plugins: [
|
||||
tailwindcss,
|
||||
autoprefixer,
|
||||
|
|
Loading…
Reference in a new issue