Alan Agius
Alan Agius
Sass modern API provides faster compilations times when used in an async manner. |Application compilation duration | Sass API and Compiler| |-- | --| |60852ms | dart-sass legacy sync API|...
This dependency is only used to valid that node packages are resolved correctly. With this change we mock the structure of font-awesome to avoid having to install it.
With this change we fix an issue where type only named imports were being emitted. As a result webpack failed to resolve such symbols as they don't exist in JavaScript....
Nowadays more and more Windows terminals support Unicode. With this change we add support for this terminal and emulators as previously only `Hyper` was supported. We now added support for:...
Hi, Are you willing to accept TypeScript typings within the repo itself? This will make it more convenient for typescript users (and [suggested by typescript](https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package)) to provide typings with the...
### pnpm version: 7.6.0 ### Code to reproduce the issue: ``` pnpm create @angular@next ``` ### Expected behavior: The version specifier is used and the command doesn't error. ### Actual...
Follow up from https://github.com/webpack-contrib/sass-loader/issues/1068#issuecomment-1165806693 # Bug report In some cases error stacktraces are printed even though [`errorStack`](https://webpack.js.org/configuration/stats/#statserrorstack) is set to `false`. In some cases `hideStack` is taken into consideration instead....
# Bug report **What is the current behavior?** It appears that when using `ProgressPlugin`, `MiniCssExtractPlugin` and File System cache, the first cache pack gets invalidated with the following reason `Pack...