-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Allow using a loader #10
Comments
This is a pretty interesting idea - I like it. To be honest I'm not too sure if it's possible, but I'll definitely take a look into it. The webpack stats object actually contains the compiled code for each asset as a string, so conceivably we could take the output of the html-loader and use it as an input template into this plugin. |
I'd really like this as well. I want to add an |
@andersekdahl Could you post your template? I need a |
So #41 allows to use loaders - could someone please give me some feedback on it? |
You can use the beta branch: |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm not sure if this is a useful idea for other people, but it happens that my index.html file already contains some images. It would be nice to add the images to webpack's dependency graph.
Is it possible to use the html-loader in conjunction with this plugin? Or is this idea too farfetched?
Once again, thanks.
The text was updated successfully, but these errors were encountered: