Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unneeded package name concat
Browse files Browse the repository at this point in the history
slorber committed Aug 20, 2024
1 parent 406a7d7 commit 7accd59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/src/plugins/rsdoctor/RsdoctorPlugin.ts
Original file line number Diff line number Diff line change
@@ -10,10 +10,8 @@ import type {PluginConfig} from '@docusaurus/types';
async function createRsdoctorBundlerPlugin() {
// TODO Shitty workaround to bypass lib typechecking
// package does not work will with skipLibCheck false

// eslint-disable-next-line
const {RsdoctorWebpackMultiplePlugin} = require('@rsdoctor/' +
'webpack-plugin');
const {RsdoctorWebpackMultiplePlugin} = require('@rsdoctor/webpack-plugin');

return new RsdoctorWebpackMultiplePlugin({
disableTOSUpload: true,

0 comments on commit 7accd59

Please sign in to comment.