R: Disable tailwind optimizations for local builds
This commit is contained in:
parent
a2882777aa
commit
d4fe453840
|
@ -23,7 +23,11 @@ export default {
|
|||
extend: {}
|
||||
},
|
||||
plugins: [],
|
||||
...(process.env.NODE_ENV === 'production'
|
||||
? {
|
||||
experimental: {
|
||||
optimizeUniversalDefaults: true
|
||||
}
|
||||
}
|
||||
: {})
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user