UNPKG

html-webpack-plugin

Version:

Simplifies creation of HTML files to serve your webpack bundles

12 lines (11 loc) 258 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <title>Test</title> </head> <body> <p>Some unique text</p> <script src="{%=o.htmlWebpackPlugin.assets.app%}"></script> </body> </html>