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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(graphql-docs/build): rollup error thrown during build #259

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

sadn1ck
Copy link
Contributor

@sadn1ck sadn1ck commented Sep 30, 2023

  • during the dts transformation, the css import was not recognized, hence marking it as external in the dts transform didn't throw the error

  • "extract: true" in postcss plugin makes sure the CSS file gets extracted to the final bundle as well

image

I think the pre-commit caused stylistic changes 馃 lmk if anything needs to be changed or added

- during the dts transformation, the css import was not recognized, hence marking it as external in the dts transform didn't throw the error

- "extract: true" in postcss plugin makes sure it gets extracted to the final bundle as well

Signed-off-by: Anik Das <anikdas0811@gmail.com>
@helloanoop helloanoop merged commit e39975c into usebruno:main Sep 30, 2023
1 check passed
@helloanoop
Copy link
Contributor

Nice! Merged!

Thanks @sadn1ck !

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.

None yet

2 participants