Shahar Galukman

Results 4 comments of Shahar Galukman

Angular doesn't like CSS when getting to version 14. Can be solved by providing relevant style loader using [`angular-builders/custom-webpack`.](https://www.npmjs.com/package/@angular-builders/custom-webpack). Then include in project's root `custom-webpack.config.js` with the following loader code:...

@alsoicode Have you changed the builder in your angular.json to be using the `@angular-builder/custome-webpack`?

@alsoicode I'm having pretty similar config to yours, just providing only the css-loader. Angualr 14.2.2 and monaco 0.34. [Here](https://stackoverflow.com/a/63543929) it's noted style-loader cause this issue. Try with just the css-loader

@alsoicode Not too sure mate, css-loader with url option set to false managed to handle this library css loading in my Angular 14.2.2 app. Would suggest fiddle with the loader...