Releases: smapiot/piral-cli-vite
Releases · smapiot/piral-cli-vite
1.1.1
What's Changed
- Fixed support for
vite.config.js
in execution root ofpiral build
(#7)
Full Changelog: v1.1.0...v1.1.1
1.1.0
What Changed
- Improved the documentation
- Added support for standard
vite.config.js
(or alternatives, e.g.,vite.config.ts
) within Vite (#7) - Added support for pilet schema
v3
Full Changelog: v1.0.3...v1.1.0
1.0.3
What Changed
- Fixed invalid reference to CSS stylesheet in pilet (#5)
Full Changelog: v1.0.2...v1.0.3
1.0.2
What Changed
- Fixed double usage of
vite.config.js
(#4) - Added
process.env.NODE_ENV
to automatically exposed variables
Full Changelog: v1.0.1...v1.0.2
1.0.1
- Fixed support for source maps in pilets (#3)
Full Changelog: v1.0.0...v1.0.1
1.0.0
Full Changelog: v0.15.2...v1.0.0
0.15.2
- Changed standard configuration to place assets directly in output folder
Full Changelog: v0.15.1...v0.15.2
0.15.1
- Fixed issue with
vite-plugin-codegen
to have static options - Fixed empty outdir - will be cleaned up by
piral-cli
Full Changelog: v0.15.0...v0.15.1
0.15.0
- Initial release