Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: require fork-ts-checker-webpack-plugin at runtime
It depends on typescript, so if we find tsconfig.js, then only we `require` it during runtime. If we do a static import, then since it depends on typescript, it will fail.
- Loading branch information