New "browse" UI
Also, separated out browse, ?meta, and ?module request handlers. Fixes #82
This commit is contained in:
@ -18,9 +18,9 @@ const dev = env === 'development';
|
||||
|
||||
const manifest = entryManifest();
|
||||
|
||||
const client = ['main', 'autoIndex'].map(entryName => {
|
||||
const client = ['browse', 'main'].map(entryName => {
|
||||
return {
|
||||
external: ['react', 'react-dom', '@emotion/core'],
|
||||
external: ['@emotion/core', 'react', 'react-dom', 'highlight.js'],
|
||||
input: `modules/client/${entryName}.js`,
|
||||
output: {
|
||||
format: 'iife',
|
||||
|
||||
Reference in New Issue
Block a user