Jacob Ebey

Results 53 comments of Jacob Ebey
trafficstars

This should be resolved. Anyone experiencing this should try upgrading to 0.0.0-experimental-2f4891673.

I don't believe this is "the fix" everyone is after here. Generally, any non-standard conditions like "browser" are put above the "require", "import", and "default" conditions. Reasoning being some bundlers...

I believe what we want is to essentially "bundle" any file extension we support loaders for. Essentially this: https://github.com/remix-run/remix/blob/dev/packages/remix-dev/compiler/plugins/serverBareModulesPlugin.ts#L46 I believe these are being "externalized" currently and for assets I'm...

Should be closed by https://github.com/remix-run/remix/pull/7109

Please opt into "nativeFetch" on your `installGlobals()` call.

You need to submit to an index route: `/?index`, otherwise you are submitting to the parent route.

@filipot I would consider Webpack. I do not have the time or drive to re-visit this at the moment. I'm keeping this open to potentially re-visit in the future.

@LukasHirt Always open for contributions, no one's stopping you ;)

@emlio-martinez message me on twitter @ebey_jacob and we can setup a call to talk about things. I don't know of any official design docs, but you can mainly think of...

I believe I have addressed this with [email protected]. I can no longer reproduce it in the stackblitz: https://stackblitz.com/edit/remix-run-remix-eliwev?file=package.json