mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
R: Disable tailwind optimizations for local builds
This commit is contained in:
parent
09d571332a
commit
0dda271014
|
@ -23,7 +23,11 @@ export default {
|
|||
extend: {}
|
||||
},
|
||||
plugins: [],
|
||||
experimental: {
|
||||
optimizeUniversalDefaults: true
|
||||
}
|
||||
...(process.env.NODE_ENV === 'production'
|
||||
? {
|
||||
experimental: {
|
||||
optimizeUniversalDefaults: true
|
||||
}
|
||||
}
|
||||
: {})
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user