Skip to content

Commit

Permalink
fix(demo): fix demo build
Browse files Browse the repository at this point in the history
Also fixes the version of codemirror-json-schema in formule to a previou one as the latest versions
where generating a bunch of unnecessary static files on build
  • Loading branch information
miguelgrc committed Aug 9, 2024
1 parent 6326c95 commit 6db0316
Show file tree
Hide file tree
Showing 5 changed files with 945 additions and 877 deletions.
2 changes: 1 addition & 1 deletion formule-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function App() {
padding: "0px 25px",
}}
>
<FormPreview liveValidate={true} />
<FormPreview liveValidate={true} hideAnchors={false} />
</Col>
</Row>
</FormuleContext>
Expand Down
1 change: 1 addition & 0 deletions formule-demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDefineForClassFields": true,
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down
Loading

0 comments on commit 6db0316

Please sign in to comment.