Dmytro Yaremenko
Dmytro Yaremenko
Did you rebuild mdmf-shared?
Highly need this for more advanced theming support
https://github.com/sass/sass/blob/master/accepted/module-system.md#timeline - `@import` directive will be deprecated in Oct 2021 and dropped support in Oct 2022
SASS language has one specification it's not depend on if it is libsass, ruby sass or dart sass. It can be deprected in 2021 for dart sass and e.g. in...
> Current (September 2020) monthly `node-sass` installs: ~ 20.7 million > Current (September 2020) monthly `sass` installs: ~ 9.6 million > Current (September 2020) module system support in `node-sass`: not...
Do you mean I need to generate my examples from twig to HTML separately from KSS and use `Markup: compiled-example.html` ? KSS node repository contains builder that can support twig:...
The same issue
Any news on branch or official fork with webpack 5 ?
@AbdoDabbas workaround is to use this fork https://github.com/clydin/angular-cli , build it and use built version as a dependency You may need to do the same with https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack , there need...
For anybody who are interested, created an example of Angular 11, Webpack 5 Module Federation and `@angular-builders/custom-webpack` (to opt-in with this one - need more `resolutions`): https://github.com/ydmitry/angular11-webpack-module-federation-custom-webpack-builder