Skip to content

Commit

Permalink
fix: lowcode_es/view 内 src 引用报错
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Jul 27, 2023
1 parent 854da98 commit 1f33a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lowcode/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { initSingletonDivider } from './common/divider';
import { registHotKeys } from './common/hotkeys';
import { SECTION, BLOCK, CELL } from './names';
import { createBlockSnippet, createSectionSnippet } from './default-schema';
import * as ProLayout from '../src';
import * as ProLayout from '@/index';
import './index.scss';
import { IPublicModelNode, IPublicTypeNodeData } from '@alilc/lowcode-types';

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"lint": "npm run eslint && npm run stylelint",
"f2elint-scan": "f2elint scan",
"f2elint-fix": "f2elint fix",
"release": "standard-version && npm publish",
"release:beta": "standard-version --release-as minor --prerelease beta && npm publish --tag beta"
"release": "standard-version",
"release:beta": "standard-version --release-as minor --prerelease beta"
},
"lint-staged": {
"@src/**/*.(ts|tsx)": [
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@alifd/build-plugin-lowcode": "^0.4.3",
"@alifd/build-plugin-lowcode": "^0.4.4",
"@alifd/next": "1.x",
"@alifd/theme-3": "^0.5.3",
"@alilc/lowcode-types": "^1.1.3-beta.2",
Expand Down

0 comments on commit 1f33a1f

Please sign in to comment.