UNPKG

reacthtmlpack

Version:

Added the missing piece of treating `index.html` as entry point in webpack bundles.

10 lines (7 loc) 133 B
import { default as build, } from "./build"; import { default as devServer, } from "./devServer"; export { build, devServer };