Skip to content

Commit d2b4e0a

Browse files
committed
feat(PrismCode): react renderer * 6
1 parent 18c8727 commit d2b4e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.size-limit.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = [
2020
}),
2121
);
2222
},
23-
limit: '247kB',
23+
limit: '251kB',
2424
},
2525
{
2626
name: 'Tree shaking (just a Button)',

src/components/content/PrismCode/prismSetup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// @ts-nocheck
12
/* eslint-disable */
2-
/* @ts-nocheck */
33
// This file patches Prism with extra languages & plugins for prism-react-renderer
44
// Its content is mostly vanilla JS copied from Prism, so type-checking is disabled above.
55
import { Prism as RendererPrism } from 'prism-react-renderer';

0 commit comments

Comments
 (0)