Thomas Schaaf
Thomas Schaaf
If this PR is not needed anymore, would you mind closing it? 🙌
Maybe we can use a version without mangling and compression: ``` { minimize: true, minimizer: [ new TerserPlugin({ cache: true, parallel: true, sourceMap: ENABLE_SOURCE_MAPS, terserOptions: { mangle: false, compress: false,...
V5 Beta has minification enabled 🙂
`skipValidation` is now also extrapolated.
You can simply add it by specifying the `tailwind.config.js` as follows: ``` import {StyleSheet} from 'react-native'; module.exports = { theme: { extend: { borderWidth: { hairline: StyleSheet.hairlineWidth, }, }, },...
@KerryRitter couldn't you just make a new major version?
Flex 2 uses the redux toolkit as far as I can see. So it can probably be fixed soon right?
@aledbf can you check if your fix might have been the wrong way around?
For us this PR fixed the issue of memory running out :)
Is there an update on what needs to be done to get this into production? I would love to help out if it would be something I can help with.