1.1.0 • Published 2 years ago

remix-patches v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

remix-patches

This package contains various patches for Remix. It depends on patch-package which you will need to install manually.

Once installed, you will need to add an entry to your package.json's post-install script as follows:

"postinstall": "patch-package --patch-dir node_modules/remix-patches/{patch-name-here}"

where {patch-name-here} is the name of the patch you want to install.

For example, the following will patch Remix to allow Open Graph verticals support.

"postinstall": "patch-package --patch-dir node_modules/remix-patches/og-verticals"

Patches

Patch nameDescription
mdx-dataExposes the data returned from Remark plugins
og-verticalsOpen Graph verticals support
remix-config-tsAdds TypeScript support for your Remix config file

See the README file in each individual patches folder for more information.

License

Copyright (c) 2022 Donavon West. Released under the MIT License.

1.1.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago