Environment and package version
webpack: 5.75.0
html-webpack-plugin: 5.5.0
html-inline-script-webpack-plugin: 3.1.0
Reproduction link / code sample
Coming from https://github.com/Expensify/App. Sorry it's not a minimal example but the webpack config is right here.
Steps to reproduce
npm i
npm run web
- Look at the html file in the resultant web build – see that there's no

What is expected?
The specified script should be inlined in the html.
What is actually happening?
It is just showing up as a normal script tag w/ defer
Environment and package version
webpack: 5.75.0
html-webpack-plugin: 5.5.0
html-inline-script-webpack-plugin: 3.1.0
Reproduction link / code sample
Coming from https://github.com/Expensify/App. Sorry it's not a minimal example but the webpack config is right here.
Steps to reproduce
npm inpm run webWhat is expected?
The specified script should be inlined in the html.
What is actually happening?
It is just showing up as a normal script tag w/
defer