Skip to content

Commit fb949ad

Browse files
committed
fix(build-plugin-lowcode): 单组件时生成 lowcode 相关文件有问题
1 parent ea807d9 commit fb949ad

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/build-plugin-lowcode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alifd/build-plugin-lowcode",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "build plugin for component-to-lowcode",
55
"main": "src/index.js",
66
"keywords": [

packages/build-plugin-lowcode/src/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ const debounceStart = asyncDebounce(start, 300);
4848

4949
const defaultEntryPaths = [
5050
`./src/index.tsx`,
51-
`./index.js`,
52-
`./lib/index.js`,
5351
`./src/index.ts`,
5452
`./src/index.js`,
5553
`./src/index.jsx`,
56-
`./src/index.tsx`,
54+
`./index.js`,
55+
`./lib/index.js`,
5756
`./components/index.ts`,
5857
`./components/index.tsx`,
5958
];

0 commit comments

Comments
 (0)