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

Perf: Distribute both ESM and CJS modules #13013

Merged
merged 36 commits into from
Dec 15, 2020
Merged

Perf: Distribute both ESM and CJS modules #13013

merged 36 commits into from
Dec 15, 2020

Conversation

ndelangen
Copy link
Member

@ndelangen ndelangen commented Nov 4, 2020

  • Add a extra compile step to the prepare script for each package, this generates dist/cjs + dist/esm
  • Packages that must be compiled by TS to work get ignored
  • Moved types output to dist dist/ts3.9 + dist/ts3.4

Perf: Replace react-hotkeys with useEffect keybinding
@shilman
Copy link
Member

shilman commented Dec 14, 2020

Build failures:

ERR! src/stories/Button.stories.js
ERR!   Line 5:1:  Assign object to a variable before exporting as module default  import/no-anonymous-default-export
ERR! 
ERR! src/stories/Header.stories.js
ERR!   Line 5:1:  Assign object to a variable before exporting as module default  import/no-anonymous-default-export
ERR! 
ERR! src/stories/Page.stories.js
ERR!   Line 6:1:  Assign object to a variable before exporting as module default  import/no-anonymous-default-export

@shilman shilman added the run e2e extended test suite Run the e2e extended test suite in CircleCI workflows label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks performance issue run e2e extended test suite Run the e2e extended test suite in CircleCI workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants