bit-angular icon indicating copy to clipboard operation
bit-angular copied to clipboard

Multiple warnings on bit start

Open IdoMor opened this issue 4 years ago • 1 comments

When writing the simplest compositions, multiple warnings appear on the bit start console image But the browser console is clear from errors or warnnings: image

IdoMor avatar Dec 01 '21 18:12 IdoMor

Hello, this looks like an issue with sass-loader and webpack 5. We use the sass-loader provided by the angular cli, but we also use a more recent version of webpack which seems to lead to this warning. Is using v13 an option for you? That may solve this issue?

ocombe avatar Dec 02 '21 13:12 ocombe