UNPKG

htmlgaga

Version:

Manage non-SPA pages with webpack and React.js

5 lines (4 loc) 137 B
export default function findRawFile(sourceDir: string, url: string, extList?: string[]): { src?: string; exists: boolean; };