mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +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: {}
|
extend: {}
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
|
...(process.env.NODE_ENV === 'production'
|
||||||
|
? {
|
||||||
experimental: {
|
experimental: {
|
||||||
optimizeUniversalDefaults: true
|
optimizeUniversalDefaults: true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
: {})
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user