New "browse" UI
Also, separated out browse, ?meta, and ?module request handlers. Fixes #82
This commit is contained in:
@ -33,7 +33,7 @@ function entryManifest() {
|
||||
Object.keys(bundle).forEach(fileName => {
|
||||
const info = bundle[fileName];
|
||||
|
||||
// We're only interested in entry points.
|
||||
// We're interested only in entry points.
|
||||
if (!info.isEntry) return;
|
||||
|
||||
const globalImports = info.imports.filter(
|
||||
|
Reference in New Issue
Block a user