-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 兼容 1.0 class 组件在 Web 下 transitionEnd 回调失效 (#47)
* fix: support class 1.0 * feat: refact build script
- Loading branch information
1 parent
45d055c
commit e2473c7
Showing
3 changed files
with
29 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"plugins": [ | ||
[ | ||
"rax-plugin-component", | ||
"build-plugin-rax-component", | ||
{ | ||
"enableTypescript": true, | ||
"targets": ["web", "weex"] | ||
"type": "rax", | ||
"targets": ["web"] | ||
} | ||
] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters