Releases: onejs/one
Releases · onejs/one
v1.1.441
v1.1.440
v1.1.439
v1.1.438
Features
- lllink: add --unlink (natew)
Bug Fixes
- hmr on native with platform-specific extensions #492 (Pokai Chang)
Tests
- add test to repro native hmr issue #492 (Pokai Chang)
Chores
- add some nicer logs for client tree shake (natew)
Commits
v1.1.437
v1.1.436
Bug Fixes
- react-native-gesture-handler compatibility #487 (Pokai Chang)
- compiler: avoid pre ordering on transform in compiler so tamagui and others can go in front (natew)
Commits
- b9c6e18: v1.1.436 (natew)
v1.1.435
v1.1.434
v1.1.433
v1.1.432
Features
- one: add config.optimization.autoEntriesScanning option and default it to flat to make startup faster (natew)
Bug Fixes
- possible expo-modules-core global type conflict with other packages #478 (Pokai Chang)
- lllink: only works through bun (natew)
- one: if deps: false, dont add it to optimizeDeps via scanning (natew)
- vxrn: dont auto optimize sub-deps if they are in the monorepo (natew)
- vxrn: auto patch expo-modules-core to allow verbatimModuleSyntax (natew)
Performance Improvements
- compiler: create in-memory hash for compiled files (natew)