We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c8727 commit d2b4e0aCopy full SHA for d2b4e0a
.size-limit.cjs
@@ -20,7 +20,7 @@ module.exports = [
20
}),
21
);
22
},
23
- limit: '247kB',
+ limit: '251kB',
24
25
{
26
name: 'Tree shaking (just a Button)',
src/components/content/PrismCode/prismSetup.tsx
@@ -1,5 +1,5 @@
1
+// @ts-nocheck
2
/* eslint-disable */
-/* @ts-nocheck */
3
// This file patches Prism with extra languages & plugins for prism-react-renderer
4
// Its content is mostly vanilla JS copied from Prism, so type-checking is disabled above.
5
import { Prism as RendererPrism } from 'prism-react-renderer';
0 commit comments