- Improved transformation of index.html
- Use new codegen plugin
- Improved types of
vite-plugin-codegenandvite-plugin-pilet
- Updated the Vite plugins to work with ESM and CJS
- Fixed support for
vite.config.jsin execution root ofpiral build(#7)
- 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
- Fixed invalid reference to CSS stylesheet in pilet (#5)
- Fixed double usage of
vite.config.js(#4) - Added
process.env.NODE_ENVto automatically exposed variables
- Fixed support for source maps in pilets (#3)
- Fixed support in
piral-cli1.0.0 (#2) - Fixed issue to support Angular 16 (#1)
- Updated to use Vite v4
- Changed standard configuration to place assets directly in output folder
- Fixed issue with
vite-plugin-codegento have static options - Fixed empty outdir - will be cleaned up by
piral-cli
- Initial release