UNPKG

htmlgaga

Version:

Manage non-SPA pages with webpack and React.js

5 lines (4 loc) 132 B
export default function hasClientEntry(pageEntry: string, exts?: string[]): { exists: boolean; clientEntry?: string; };