Skip to content

Instantly share code, notes, and snippets.

@cdock1029
Last active November 17, 2020 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdock1029/78b09335793a8486339eb5292ba9f5b2 to your computer and use it in GitHub Desktop.
Save cdock1029/78b09335793a8486339eb5292ba9f5b2 to your computer and use it in GitHub Desktop.
patch remix

https://github.com/ds300/patch-package

  • yarn add patch-package postinstall-postinstall

  • Edit package.json

"scripts": {
  "postinstall": "patch-package"
}
  • Comment out this line in node_modules/@remix-run/core/assetServer.js
// app.use(morgan__default['default']("dev"));

yarn patch-package @remix-run/core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment