Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 06bb17a

Browse files
author
Evans
authored
Merge pull request #1660 from remaxjs/component-build-entry-name
feat: 组件构建的命令行工具 — 调整组件构建input的行为和less sass构建配置
2 parents 756c0c6 + 9f17540 commit 06bb17a

31 files changed

Lines changed: 259 additions & 1590 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"usingComponents": {
3-
"greet": "/components/greet/index",
4-
"greet2": "/components/greet2/index"
3+
"greet": "/components/greet",
4+
"greet2": "/components/greet2"
55
}
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"usingComponents": {
3-
"greet": "/components/greet/index"
3+
"greet": "/components/greet"
44
}
55
}

packages/remax-cli/src/__tests__/integration/fixtures/mini-component-basic/expected/ali/components/greet/__remax_runtime_options__.js renamed to packages/remax-cli/src/__tests__/integration/fixtures/mini-component-basic/expected/ali/__remax_runtime_options__.js

File renamed without changes.

0 commit comments

Comments
 (0)