UNPKG

nwb

Version:

A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)

13 lines (12 loc) 410 B
<!DOCTYPE html> <html lang="<%= htmlWebpackPlugin.options.lang %>"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title><%= htmlWebpackPlugin.options.title %></title> </head> <body> <div id="<%= htmlWebpackPlugin.options.mountId %>"></div> </body> </html>