UNPKG

html-render-webpack-plugin

Version:

webpack plugin for rendering static HTML in a multi-config webpack build

6 lines (4 loc) 118 B
import React from "react"; export default function App() { return React.createElement("div", null, `Hello app`); }