Remove unneeded external

This commit is contained in:
Michael Jackson 2019-07-30 14:56:35 -07:00
parent 92179a14a5
commit 8bdc3dc73b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const manifest = entryManifest();
const client = ['browse', 'main'].map(entryName => {
return {
external: ['@emotion/core', 'react', 'react-dom', 'highlight.js'],
external: ['@emotion/core', 'react', 'react-dom'],
input: `modules/client/${entryName}.js`,
output: {
format: 'iife',