diff options
Diffstat (limited to 'examples/fast-build/src/scripts/external-hoist.ts')
-rw-r--r-- | examples/fast-build/src/scripts/external-hoist.ts | 2 |
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`; |