summaryrefslogtreecommitdiff
path: root/examples/fast-build/src/scripts/external-hoist.ts
blob: ff7ee0bcfd19054aa96de93396563e2ebe83c1f2 (plain) (blame)
1
2
const el = document.querySelector('#external-hoist');
el.textContent = `This was loaded externally`;