Open playground opened 5 years ago
Hi,
thanks for opening this issue! I would not have noticed otherwise...
I was able to reproduce the problem with angular 8.0.0 (official release). Unfortunately, we are not the only ones having this problem and there seems to be no clean fix yet: https://github.com/webpack-contrib/css-loader/issues/447#issuecomment-495038091
Seems like the problem is that webpack is trying to import 'fs' even though it is only used behind a ENVIRONMENT_IS_NODE flag in the actual code.
I have no idea how to fix this properly...
Not working in ng 8.