summaryrefslogtreecommitdiff
path: root/examples/fast-build/src/scripts/external-hoist.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fast-build/src/scripts/external-hoist.ts')
-rw-r--r--examples/fast-build/src/scripts/external-hoist.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/fast-build/src/scripts/external-hoist.ts b/examples/fast-build/src/scripts/external-hoist.ts
deleted file mode 100644
index ff7ee0bcf..000000000
--- a/examples/fast-build/src/scripts/external-hoist.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-const el = document.querySelector('#external-hoist');
-el.textContent = `This was loaded externally`;