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

2 commits for optimizing chore #53

Merged
merged 2 commits into from
Dec 2, 2020
Merged

2 commits for optimizing chore #53

merged 2 commits into from
Dec 2, 2020

Conversation

Joeoeoe
Copy link
Contributor

@Joeoeoe Joeoeoe commented Dec 2, 2020

I push 2 commits.

commit: 303d9fd

fix the bug when build svelte application.

When using rollup-plugin-svelte, there is a error:
image

And I find the solution at Error: Package subpath './compiler.js' is not defined by "exports" in node_modules/svelte/package.json.

And update the rollup-plugin-svelte in package.json, install, build again:
image

commit: a5c3447

I am building a react component base on rrweb-player with typescript, and when I run npx tsc, there is an error with typescript:
image
It seems that because of the use of the @tsconfig/svelte/tsconfig.json in devDependencies. Could move it to the dependencies for convinence when building other framework component?

lihanzhou added 2 commits December 2, 2020 20:46
@Joeoeoe Joeoeoe changed the title fix: chore bug. Update rollup-plugin-svelte 2 commits for optimizing chore Dec 2, 2020
@Yuyz0112
Copy link
Member

Yuyz0112 commented Dec 2, 2020

Thanks, looks reasonable to me.

@Yuyz0112 Yuyz0112 merged commit 451bde0 into rrweb-io:master Dec 2, 2020
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.

2 participants