Releases: techor-dev/techor
Releases · techor-dev/techor
v3.0.4
Performance Upgrades
- Improve performance and production with SWC minimization @1aron df17bfb
v3.0.2
Improvements
- Update build command to set NODE_ENV based on args @1aron 8c0783e
v3.0.1
Bug Fixes
- Build source incorrectly referenced the same file address @1aron e19746b
v3.0.0
New Features
One-time build:
- techor pack
+ techor build
Watch the build:
- techor pack -w
+ techor build -w
or
+ techor dev
Renamed the techor.*
to techor.config.*
/** @type {import('techor').Config} */
export default {
build: {
...
}
}
v2.6.6
Additions
Pack
Deprecations