Skip to content

Instantly share code, notes, and snippets.

View repository's full-sized avatar
🌸

repository

🌸
  • California
  • 03:25 (UTC -07:00)
View GitHub Profile
@repository
repository / tinkersdamage.ipynb
Last active December 21, 2021 08:10
tinkersdamage.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@repository
repository / @remix-run__dev@1.14.3.patch
Last active March 30, 2023 08:24
remix esbuild override patch (tested w/ @remix-run/dev 1.14.3)
diff --git a/dist/compiler/compileBrowser.js b/dist/compiler/compileBrowser.js
index 7cd521547d7e408e906eb646deb0fff086577296..785d4b639f6e3a556408f57a8e01677936ca7bc0 100644
--- a/dist/compiler/compileBrowser.js
+++ b/dist/compiler/compileBrowser.js
@@ -183,11 +183,15 @@ const createBrowserCompiler = (remixConfig, options) => {
let compile = async manifestChannel => {
hmrRoutes = {};
let appBuildTask = async () => {
- appCompiler = await (!appCompiler ? esbuild__namespace.build({
+ let esbuildConfig = {