twig-html-loader
twig-html-loader copied to clipboard
htmlWebpackPlugin.tags.bodyTags not availables
Hello,
I'm trying to move the tag generate by htmlWebpackPlugin as describe in this example (with ejs template) :
https://github.com/jantimon/html-webpack-plugin/tree/master/examples/custom-insertion-position
I try to do the same with twig-html-loader :
{{ htmlWebpackPlugin.tags.bodyTags }}
but the htmlWebpackPlugin.tags.bodyTags alway is empty
Is there a way to get this variable ?
Many thanks for your help.