Release 4.1.0
-
feat: strf-9749 Update Stencil Cli to use node-sass latest by default (923)
New option:--use-old-node-sass-fork (--oldn)to bypass error warning (in case it exist) using latest node-sass version.
Soon, it node sass fork will be deprecated and it won't be possible to compile with it. -
feat: STRF-9757 Introduced "stencil debug" (918)
Available options: --output [filename] (-o)
If not provided, will be logged to std
- feat: STRF-9741 Verbose network requests logging in Stencil CLI by default (914)
Introduced--no-verboseoption on all commands to supress verbose network requests logging.