ben-rogerson / laravel-mix-twig-to-html

A Laravel Mix extension to convert Twig files to Html
MIT License
9 stars 6 forks source link

Static images in html src value is wrong #8

Open eurolife opened 4 years ago

eurolife commented 4 years ago

when I try to add a static image in the twig file, for example <image src="assets/images/theimage.png"> it renders with [object Module] for the src value in the html file.

ben-rogerson commented 4 years ago

Did you find out what's happening here? I'd need an example repository to troubleshoot further.