[](https://www.npmjs.com/package/html-webpack-inline-plugin)
npm install html-webpack-inline-plugin
> Inline all , and tags that contain the inline attribute with inline-source.
``shell`
npm install --save-dev html-webpack-inline-plugin
`javascript`
var HtmlWebpackInlinePlugin = require('html-webpack-inline-plugin');
Add the plugin to your webpack config as follows:
`javascript`
plugins: [
new HtmlWebpackPlugin(),
new HtmlWebpackInlinePlugin()
]
Add the tag to your html template as follows:
`html``
This project is licensed under MIT.