-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to resolve paths in custom attributes using html-loader with this excellent loader? #3
Comments
btw, this is what I get when trying to use html-loader with this loader: text "module.exports = "\n" outside root element will be ignored |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have a Vue component template in pug with a prop called "pictureUrl" that I want to use with this value "~root/assets/icons/search-grey.png". However, I want Webpack to resolve this path to its base64 dataurl content using html-loader, url-loader, or any other loader.
How can I achieve this while using your loader?
The text was updated successfully, but these errors were encountered: