reacthtmlpack
Version:
Added the missing piece of treating `index.html` as entry point in webpack bundles.
23 lines (20 loc) • 589 B
JavaScript
export {
createGlobResult,
globResultToFile,
} from "./globber";
export {addCodeToFile} from "./babel";
export {addElementToFile} from "./react";
export {
addEntryListToFile,
groupedEntryListToWebpackConfig,
webpackConfigReducer,
webpackConfigArrayInspector,
webpackConfigArrayToWebpackCompiler,
webpackMultiCompilerToMultiStats,
webpackMultiStatsToWebpackSingleStatsArray,
withOutputAssetsFileToMarkupFile,
// Watch
webpackCompilerRunWithWatchToSingleStatsWithIndex,
// DevServer
webpackMultiCompilerRunWithDevServerToSingleStatsArray,
} from "./webpack";