dts-bundle-generator
dts-bundle-generator copied to clipboard
"Error: Cannot find symbol for node: Event" when using vuepress
Hi,
first of all: thank for this great product.
I encountered problem while using vuepress. This error raised after that add vuepress.config.ts and some of markdown file.
I upload my work on feature/rollupjs branch. Problem reproduce that flow.
- checkout feature/rollup repo
- install node_modules
- run command
npm run webpack:prod
After encountered problem below,
> [email protected] dts-bundle
> dts-bundle-generator dist/src/ctix.d.ts -o dist/ctix.d.ts --no-banner --project ./tsconfig.prod.json
Compiling input files...
Error: Cannot find symbol for node: Event
This problem relate to #143 , #173 .
Additional context
Master branch compile without error. Difference between master and feature/rollup that add vuepress and some of vuepress plugin(vuepress-plugin-mermaid, vuepress-plugin-typedoc)
Thank you!