- Improved types of
vite-plugin-codegen
andvite-plugin-pilet
- Updated the Vite plugins to work with ESM and CJS
- Fixed support for
vite.config.js
in 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_ENV
to automatically exposed variables
- Fixed support for source maps in pilets (#3)
- Fixed support in
piral-cli
1.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-codegen
to have static options - Fixed empty outdir - will be cleaned up by
piral-cli
- Initial release