Releases: SilverMira/angular-snowpack-plugin
Releases · SilverMira/angular-snowpack-plugin
2.3.1
2.3.0
- Style pre/post-processing through snowpack plugins
ngsnow
for enabling style pre/post-processing during dev mode- Snowpack minimum version bumped to 3.0
2.2.0
Snowpack 3, faster ngcc, dependencies import scan to include for ngcc
2.1.0
- Support ESM-HMR using Angular 11 HMR accept logic, tested to work on Angular >= 9
- General compatibility for Angular >= 9
2.0.0
- Refactored the entire logic of the plugin
- Compiling logic is now detached from plugin
- File replacements for production NODE_ENV
- Type checking for recompiles are now happening parallel to compilation, (based on behavior in @angular/cli)
- Mounting /src to / will suffice as index file will be injected with relevant styles / scripts defined in angular.json