All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed Angular compiler options from
tsconfig.json
- Don't run
ngcc
.
- Added missing args to
runNgc
function.
- Run
ngc
once befor watching in dev mode.
- Run
ngcc
before runningngc
- Changed variable name in
transform
section.
- Added code optimizations with
@angular-devkit/build-optimizer
.
@angular-devkit/build-optimizer
is a peer dependency.
- Added base
mount
option tosnowpack.config.js
- Added
snowpack
as a peer dependency topackage.json
- Added base
tsconfig.json
- Added base
snowpack.config.js
- The user is now responsible for running
ngcc
before runningsnowpack dev
. ngc
arguments are now passed through theargs
property.
- Fixed
web_modules
install process.
- Added missing
fs-extra
to dependencies.
- Move installed
web_modules
to.cache
folder.
- Run
snowpack install
after runningngcc
to updateweb_modules
.
- Made
ngc
run once before going to watch mode.
- Basic Angular support for Snowpack.