diff --git a/common/predictive-text/build-bundler.js b/common/predictive-text/build-bundler.js index ac8e96fa49..4f8e130718 100644 --- a/common/predictive-text/build-bundler.js +++ b/common/predictive-text/build-bundler.js @@ -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'