UNPKG

html-webpack-plugin

Version:

Simplifies creation of HTML files to serve your webpack bundles

9 lines 153 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><%= htmlWebpackPlugin.options.title %></title> </head> <body> </body> </html>