You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
@timothyvanderaerden you helped me before with the beta issue. Is there any chance you can test my webpack-boilerplate and see if it's working for you? or perhaps see what I'm doing wrong?
Thank you, let me know. I'd like to get this working for my CSS file and woff2/woff links that are being injected.
The text was updated successfully, but these errors were encountered:
This is more of a question then a bug which is discussed here: #55. I opened a pull request in your project with the suggested changes.
For reference to anyone landing on this thread, if you want to use preload for something that is resolved using file-loader. You should include allAssets.
I'm using the beta, so that fixed my
cb is not a function
problem, but now nothing will append.I've tried putting it after the
HtmlWebpackPlugin
and after theScriptExtHtmlWebpackPlugin
plugins and neither worked. I also triedas well as...
but nothing seems to work.
@timothyvanderaerden you helped me before with the beta issue. Is there any chance you can test my webpack-boilerplate and see if it's working for you? or perhaps see what I'm doing wrong?
Thank you, let me know. I'd like to get this working for my
CSS
file andwoff2
/woff
links that are being injected.The text was updated successfully, but these errors were encountered: