chore(web): one more comment to cleanup

This commit is contained in:
Joshua A. Horton 2023-06-14 15:56:33 +07:00
parent b65df8243b
commit 7dfebbfd4d

View file

@ -1,13 +1,5 @@
/*
* Note: while this file is not meant to exist long-term, it provides a nice
* low-level proof-of-concept for esbuild bundling of the various Web submodules.
*
* Add some extra code at the end of src/index.ts and run it to verify successful bundling!
*/
import esbuild from 'esbuild';
await esbuild.build({
alias: {
'tslib': '@keymanapp/tslib'