mathbeal

Results 3 comments of mathbeal

Hi @benjdlambert I'm trying to extract the main error from a complex css.map. I'll update code during this week.

@gbovegra, Atmane M hamdi and I found out that `copywithoutRender `is deprecated, and `copywithoutTemplating `must be used. We solve the issue using `copyWithoutTemplating: ['**/*.css', '**/*.css.map']` as css and css.map **are...

@benjdlambert the issue can be closed. copyWithoutTemplating and ** in exception path solved the issue.