Skip to content

Commit

Permalink
two more esm fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jun 29, 2023
1 parent 8339f06 commit 8292156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/graph-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "graph-editor",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit && esbuild src/index.tsx --target=es2020 --bundle --minify --outfile=public/js/index.js",
"dev": "tsc --noEmit --watch & esbuild src/index.tsx --target=es2020 --bundle --sourcemap --outfile=public/js/index.js --watch --serve=8001 --servedir=public"
Expand Down
3 changes: 2 additions & 1 deletion packages/flow/src/components/Flow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
useMemo,
useState
} from 'react';
import ReactFlow, {
import {
ReactFlow,
Background,
BackgroundVariant,
Connection,
Expand Down

0 comments on commit 8292156

Please sign in to comment.