UNPKG

hscrypt

Version:

Encrypt Javascript bundles (at build time), inject+decrypt them into pages later (in the browser)

20 lines (19 loc) 381 B
export const entry: string; export namespace module { const rules: { test: RegExp; use: string; exclude: RegExp; }[]; } export namespace resolve { const extensions: string[]; namespace fallback { const crypto: string; } } export namespace output { const path: string; const filename: string; const library: string; }