diff --git a/rollup.config.js b/rollup.config.js index 2c4ea23..6e0c124 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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',