From 28ae6ffe380a94ab7ea0fb926eabb9e9355bf078 Mon Sep 17 00:00:00 2001 From: adamberro Date: Mon, 29 Nov 2021 17:46:32 -0800 Subject: [PATCH] make @simspace packages external --- conf/rollup.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/rollup.config.js b/conf/rollup.config.js index 885fc3acb..3a3ef24e1 100644 --- a/conf/rollup.config.js +++ b/conf/rollup.config.js @@ -47,7 +47,8 @@ const common = { || id.indexOf('d3') === 0 || id.indexOf('@nivo') === 0 || id.indexOf('lodash') === 0 - || id.indexOf('@react-spring') === 0, + || id.indexOf('@react-spring') === 0 + || id.indexOf('@simspace') === 0, } const commonPlugins = [