forked from duckduckgo/duckduckgo-privacy-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace browserify with esbuild (duckduckgo#1807)
* Build extension bundles with esbuild * PoC: Build flags to tree-shaking * lint * Update build targets * Fix ts-ignore line * Update function name to match usage * Build as many unit-tests as possible with esbuild * Replace fs usage with imports * Install esbuild * Fix feedback-form unit-test. * Fix atb unit-test * Update package-lock * lint * Remove redundant legacy UI test build step * Add chrome.tabs.query shim * Run legacy tests last to avoid global pollution * Remove commented out spy * Unparallelize build
- Loading branch information
1 parent
a5e85e0
commit 7fc1794
Showing
29 changed files
with
718 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.