Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add treeshaking to the bundler, more tweaks; Output file in .fle…
…ek folder; (#2) ## Why? - Remove unnecessary code from the bundle. - Less restrictive bundling. - Target the browser for more Deno/v8 compatibility. - Output file in the folder so we can more easily access the bundled/uploaded code. ## How? - Tweaked esbuild configuration - mkdir over tmpdir ## Tickets? - [APP2-955](https://linear.app/fleekxyz/issue/APP2-955/investigate-user-issues-with-bundling) ## Contribution checklist? - [x] The commit messages are detailed - [x] The `build` command runs locally - [x] Assets or static content are linked and stored in the project - [x] You have manually tested - [ ] You have provided tests ## Security checklist? - [x] Sensitive data has been identified and is being protected properly - [x] Injection has been prevented (parameterized queries, no eval or system calls) ## Preview? Optionally, provide the preview url here
- Loading branch information