web-infra-dev/rsdoctor

[Bug]: missing @rsdoctor/types when using @rsdoctor/webpack-plugin

Closed this issue · 2 comments

Version

npmPackages:
    @rsdoctor/client: ^0.0.2-beta.0 => 0.0.2-beta.0 
    @rsdoctor/types: ^0.0.2-beta.0 => 0.0.2-beta.0 
    @rsdoctor/webpack-plugin: ^0.0.2-beta.0 => 0.0.2-beta.0

Details

I was trying out rsdoctor today on my webpack app Thanks for the great tool,

I found out that I need to install @rsdoctor/types as it's missing dependancy from @rsdoctor/webpack-plugin

[webpack-cli] Error: Cannot find module '@rsdoctor/types'
Require stack:
- ./node_modules/@rsdoctor/utils/dist/cjs/logger/logger.js
- ./node_modules/@rsdoctor/utils/dist/cjs/logger/index.js
- ./node_modules/@rsdoctor/core/dist/build-utils/common/chunks/assetsModules.js

Reproduce link

no need :)

Reproduce Steps

install and run @rsdoctor/webpack-plugin

Thanks for the feedback! We will check this soon.

The latest version has fixed this.0.0.2-beta.1