UNPKG

reacthtmlpack

Version:

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

5 lines (4 loc) 286 B
export { default as WebpackNullEntry } from "./WebpackNullEntry"; export { default as WebpackScriptEntry } from "./WebpackScriptEntry"; export { default as WebpackStyleEntry } from "./WebpackStyleEntry"; export { default as ReactRenderToStringEntry } from "./ReactRenderToStringEntry";