Skip to content

Releases: SilverMira/angular-snowpack-plugin

2.3.1

04 Feb 07:30
1e9df73
Compare
Choose a tag to compare
  • Fixed styles and scripts from npm packages not resolving correctly

2.3.0

02 Feb 13:33
c0556e9
Compare
Choose a tag to compare
  • 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

15 Jan 08:47
Compare
Choose a tag to compare

Snowpack 3, faster ngcc, dependencies import scan to include for ngcc

2.1.0

06 Jan 07:35
Compare
Choose a tag to compare
  • Support ESM-HMR using Angular 11 HMR accept logic, tested to work on Angular >= 9
  • General compatibility for Angular >= 9

2.0.0

03 Jan 09:15
bb00bad
Compare
Choose a tag to compare
  • 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