diff --git a/libs/personal/animation.js b/libs/personal/animation.js index 2131a4e..219beae 100644 --- a/libs/personal/animation.js +++ b/libs/personal/animation.js @@ -151,3 +151,5 @@ function render() { effect.render(scene, camera); } + +console.log("Animation loaded!"); diff --git a/libs/shims/modules.js b/libs/shims/modules.js index aa306b6..6b3f153 100644 --- a/libs/shims/modules.js +++ b/libs/shims/modules.js @@ -1,6 +1,5 @@ /* ES Module Shims 1.10.0 */ (function () { - const hasDocument = typeof document !== 'undefined'; const noop = () => {}; @@ -1060,4 +1059,6 @@ fetchCache[link.href] = fetchModule(link.href, getFetchOpts(link)); } - })(); \ No newline at end of file + })(); + +console.log('Modules loaded...'); \ No newline at end of file