Skip to content
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 can we pass the parsed html to html-loader? #20

Open
zheeeng opened this issue Feb 24, 2019 · 5 comments
Open

How can we pass the parsed html to html-loader? #20

zheeeng opened this issue Feb 24, 2019 · 5 comments

Comments

@zheeeng
Copy link

zheeeng commented Feb 24, 2019

In some situation, we need some additional works to process on the html content by html-loader

@hmsk
Copy link
Owner

hmsk commented Feb 24, 2019

Interesting. Could you give more detail with the actual sample codes? I'd like to think about whether accepting html-loader options for html property.

As a workaround, you can intercept parsed HTML in markdown option by giving markdown compilation manually.
https://github.com/hmsk/frontmatter-markdown-loader#use-your-own-markdown-compile

@zheeeng
Copy link
Author

zheeeng commented Feb 24, 2019

We may reference some local assets which needed to be processed by html-loader.

@hmsk
Copy link
Owner

hmsk commented Mar 1, 2019

Understood, I may try to support that by some measures.
It'll be great if you give actual settings for html-loader which you're using.

@jefrydco
Copy link

I think this issue should be closed @hmsk regarding of merged #74

@hmsk
Copy link
Owner

hmsk commented Dec 18, 2019

No, this is not fully fulfilled. Imported html doesn't work as intentional.
#74 is just for imported vue contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants