Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert NPM package to TS #1

Closed

Conversation

markerikson
Copy link
Owner

This PR attempts to fork the the redux-devtools-extension NPM package and convert it to TypeScript:

  • renamed redux-devtools-extension to @reduxjs/redux-devtools-extension-fork
  • Added TSDX for build tooling, and copied setup from Redux Toolkit
  • Added index.ts entry point

Apparently TSDX does not support multiple entry points atm ( jaredpalmer/tsdx#175 ), but we only rely on the one entry point in RTK anyway.

I've already gone ahead and published this package as 0.0.1 on NPM ( https://www.npmjs.com/package/@reduxjs/redux-devtools-extension-fork ), to help verify that it works as expected with RTK.

viko16 and others added 30 commits July 19, 2018 13:44
Provide an option to hide context menu
douglasnaphas and others added 29 commits October 4, 2019 23:41
Code of package runs in production,
thus we should install it with --save, not with --save-dev

fixes zalmoxisus#681
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.