From 2cdb41e480a4d7a1edec0f35c3addd9bb5d4fdf4 Mon Sep 17 00:00:00 2001 From: sebastien Date: Thu, 10 Oct 2024 17:23:25 +0200 Subject: [PATCH] Fix rsdoctor skipLibCheck issue --- website/src/plugins/rsdoctor/RsdoctorPlugin.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/plugins/rsdoctor/RsdoctorPlugin.ts b/website/src/plugins/rsdoctor/RsdoctorPlugin.ts index 74f06a3d7171..edad0cc00942 100644 --- a/website/src/plugins/rsdoctor/RsdoctorPlugin.ts +++ b/website/src/plugins/rsdoctor/RsdoctorPlugin.ts @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. */ -import {RsdoctorRspackMultiplePlugin} from '@rsdoctor/rspack-plugin'; import type {PluginConfig} from '@docusaurus/types'; function createRsdoctorBundlerPlugin({isServer}: {isServer: boolean}) { @@ -13,6 +12,8 @@ function createRsdoctorBundlerPlugin({isServer}: {isServer: boolean}) { // package does not work will with skipLibCheck false // // eslint-disable-next-line // const {RsdoctorWebpackMultiplePlugin} = require('@rsdoctor/webpack-plugin'); + // eslint-disable-next-line + const {RsdoctorRspackMultiplePlugin} = require('@rsdoctor/rspack-plugin'); // return new RsdoctorWebpackMultiplePlugin({ return new RsdoctorRspackMultiplePlugin({