From 28fe66e46952f699061c5b264a62ea91a55ccb7a Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Sun, 7 Mar 2021 15:18:29 +0100 Subject: [PATCH] rollup --- rollup.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index 784403c..a079130 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,6 +9,8 @@ const external = [ 'three', 'three/examples/jsm/controls/OrbitControls.js', 'three/examples/jsm/deprecated/Geometry.js', + 'three/examples/jsm/lights/RectAreaLightUniformsLib.js', + 'three/examples/jsm/helpers/RectAreaLightHelper.js', 'three/examples/jsm/loaders/GLTFLoader.js', 'three/examples/jsm/postprocessing/BokehPass.js', 'three/examples/jsm/postprocessing/EffectComposer.js',