From 33d4ae5e4c2aa70abcbc8020394fe74a53bfa247 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Fri, 5 Mar 2021 11:11:28 +0100 Subject: [PATCH] update rollup --- rollup.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 39f63d1..784403c 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -21,15 +21,13 @@ const external = [ 'three/examples/jsm/postprocessing/ShaderPass.js', 'three/examples/jsm/postprocessing/UnrealBloomPass.js', 'three/examples/jsm/shaders/FXAAShader.js', - 'gsap', 'vue', ]; const cdnReplaces = { - 'from \'vue\'': 'from \'https://unpkg.com/vue@3.0.5/dist/vue.esm-browser.prod.js\'', + 'from \'vue\'': 'from \'https://unpkg.com/vue@3.0.7/dist/vue.esm-browser.prod.js\'', 'from \'three\'': 'from \'https://unpkg.com/three@0.125.2/build/three.module.js\'', 'from \'three/examples': 'from \'https://unpkg.com/three@0.125.2/examples', - 'from \'gsap\'': 'from \'https://unpkg.com/gsap@3.5.1/index.js\'', delimiters: ['', ''], };