Maciej Bukowski

Results 54 comments of Maciej Bukowski

Hi, @maximelafarie. > I guess, when I read what @ma2ciek wrote above, that I've something to do in the .angular-cli.json file (maybe in scripts/styles arrays or in stylePreprocessorOptions) but I...

Hi, @webpreneur, could you post the error message as well?

I've looked at your SO question, but I think we can discuss it here as well (Or if you mind, you can create a new issue in this repository linking...

Hi again, @webpreneur! I've replied to you on SO.

Back to the topic, I've just found the https://github.com/manfredsteyer/ngx-build-plus. It seems to be an unofficial, but suggested solution (https://github.com/angular/angular-cli/issues/10618#issuecomment-425506339)

Hi @JurajKavka, I'll try to investigate this problem soon, maybe something in the build process has changed since the last time.

Hi @Sebi2909, Sorry for the late response. With the `"mergeStrategies": { "module.rules": "replace" }` loaders in the custom webpack configuration replaces the original angular ones and loader for `scss` files...

Hi, you should not add the Watchdog feature to the selected plugins in the CKEditor 5 Online Builder as the Watchdog is already added by the `ckeditor5-angular` package - I...

Hi @Syamhere! As it's hardly discoverable I'll rename this issue to make sure that it can be found in our dcs.

It turned out that the bug (or feature) was somewhere else. Webpack parser runs "call fn" callback only when fn is not defined in the code (I'm not sure why)....