twig-html-loader icon indicating copy to clipboard operation
twig-html-loader copied to clipboard

htmlWebpackPlugin.tags.bodyTags not availables

Open marekalgoud opened this issue 4 years ago • 0 comments

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.

marekalgoud avatar Mar 05 '20 10:03 marekalgoud