Open kevinmu17 opened 2 years ago
@kevinmu17 the loaders shouldn't be an issue. As long as your build process outputs an index.html
and the fonts, this should work. This plugin works on the emitted assets (which might change in future, but should work with 1.x.x). In fact the asset/resource
loader type is covered by the plugin.
Can you provide a minimum configuration and test scenario which can be used to test your use case (using twig templates) ?
Since webpack 5 is launched the old loaders are replaced. See https://webpack.js.org/guides/asset-modules/ for more info.
I can't get this plugin to function. I'm using Twig templates and my head tags are in a base.twig file. Can this even work?