bruno/packages/bruno-graphql-docs/src/index.ts
Anik Das 64019f8ecf fix(graphql-docs/build): rollup error thrown during build
- 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>
2023-09-30 09:49:02 +05:30

6 lines
104 B
TypeScript

import { DocExplorer } from './components/DocExplorer';
import './index.css';
export { DocExplorer };