-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Fixed build script by upgrading rollup-plugin-typescript2 to latest #4256
Fixed build script by upgrading rollup-plugin-typescript2 to latest #4256
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit ee311d2:
|
And of course this PR has a conflict now that I merged the ESLint PR. Could you rebase/merge and resolve that conflict? |
sigh naturally I shoulda run the build checks on the docs PR too :) There were a couple of formatting/spacing issues with the Thank you! |
@markerikson No worries, I'll fix the conflicts and formatting and push to this branch. |
✔️ Deploy Preview for redux-docs ready! 🔨 Explore the source changes: 7dafff5 🔍 Inspect the deploy log: https://app.netlify.com/sites/redux-docs/deploys/61db60d5c514f100076b0fa5 😎 Browse the preview: https://deploy-preview-4256--redux-docs.netlify.app |
@markerikson Ok, I fixed the merge conflicts with |
Thanks, merged the formatting PR. (Personally I've always been fine to smuggle cleanup fixes into whatever I'm working on atm, but this works too.) Seeing a weird failure with this build now while trying to install packages:
Googling suggests that there's now a package versioning mismatch between |
@markerikson Ah, sorry about that. I just reset my branch's |
Thanks! |
Howdy! When I tried to run
npm build
, I was seeing the following error:It seems like
rollup-plugin-typescript2
is trying to access a file that's not exported bytslib
. My first attempt at solving it was to update therollup-plugin-typescript2
package to see if they fixed the issue and it worked!Changelog
rollup-plugin-typescript2
to version0.31.1