chore(packages): use @reactflow org for packages
This commit is contained in:
@@ -13,5 +13,6 @@ module.exports = defineConfig({
|
||||
framework: 'next',
|
||||
bundler: 'webpack',
|
||||
},
|
||||
video: false,
|
||||
},
|
||||
});
|
||||
@@ -13,7 +13,7 @@ import ReactFlow, {
|
||||
HandleType,
|
||||
} from 'reactflow';
|
||||
|
||||
import { Controls } from '@rctflw/controls';
|
||||
import { Controls } from '@reactflow/controls';
|
||||
|
||||
const initialNodes: Node[] = [
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ import '../styles/globals.css';
|
||||
|
||||
// Unfortunately this doesn't work because preconsruct clears the dist folder and there is
|
||||
// no way to hook into the watch process to copy the files back to the dist folder
|
||||
// import '@rctflw/core/dist/theme-default.css';
|
||||
// import '@reactflow/core/dist/theme-default.css';
|
||||
|
||||
// this is a workaround for testing the theme. See explanation above.
|
||||
import '../styles/rf-style.css';
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"baseUrl": "./",
|
||||
"types": ["cypress", "@testing-library/cypress"]
|
||||
"types": ["cypress"]
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
|
||||
Reference in New Issue
Block a user