From 8bdc3dc73b987b29ca86f25bf67132bef6a3f40c Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 30 Jul 2019 14:56:35 -0700 Subject: [PATCH] Remove unneeded external --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',