kagawagao/html-webpack-inject-plugin

`innerHTML` support

Airkro opened this issue · 0 comments

{
  tag: 'script',
  innerHTML: 'var abc = 123;',
  attrs: {
    defer: true,
  }
}