We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcbf12 commit 64aa543Copy full SHA for 64aa543
2 files changed
website/theme/index.tsx
@@ -1,5 +1,4 @@
1
import {
2
- Announcement,
3
Button,
4
HomeBanner,
5
HomeFeature,
@@ -46,15 +45,7 @@ const Layout = () => (
46
45
latestVersion={global.__REPACK_DOC_LATEST_VERSION__}
47
/>
48
</NoSSR>
49
- ) : (
50
- <NoSSR>
51
- <Announcement
52
- href="/blog/repack-5-release"
53
- message="✨ Re.Pack 5 released ✨"
54
- localStorageKey="repack-5-release-announcement"
55
- />
56
- </NoSSR>
57
- )
+ ) : null
58
}
59
beforeDocContent={
60
<VersionBadge
website/tsconfig.json
@@ -1,5 +1,7 @@
{
"compilerOptions": {
+ "module": "preserve",
+ "moduleResolution": "bundler",
"jsx": "react-jsx",
6
"esModuleInterop": true
7
0 commit comments