-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add svgSpriteLoaderDirs
api to support antd-mobile icon
#144
Conversation
customSvgLoader
api to support antd-mobile iconsvgSpriteLoaderDirs
api to support antd-mobile icon
svgSpriteLoaderDirs
api to support antd-mobile iconsvgSpriteLoaderDirs
api to support antd-mobile icon
svgSpriteLoaderDirs
api to support antd-mobile iconsvgSpriteLoaderDirs
api to support antd-mobile icon
@sorrycc 本地 test 都是过的,ci 我看了下是之前的用例 |
.gitignore
Outdated
@@ -4,6 +4,7 @@ npm-debug.log* | |||
/lib | |||
/.nyc_output | |||
/test/**/dist | |||
/test/**/node_modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不要加,test 下是需要测 node_modules 的。
最好是抽象一个简单的场景,而不是安装整个 antd-mobile 的依赖。用例如果不好加的话可以先不要了。 |
@sorrycc all done. 用例已经简化了 |
请问在.roadhotrc 中配置SVG图标,是否可以稍微详细一点儿?示例代码不是很懂?谢谢。@paranoidjk |
👍🏾 |
@sorrycc 啥时候release新版本?我好更新antd-mobile的文档 |
bumped 0.6.0-beta1 |
@xiechao1211 try |
close #137
svg-sprit-loader
for svg: https://mobile.ant.design/components/icondva-cli
to init a project, but don't konw how to setsvg-sprit-loader
at.roadhogrc
ref: ant-design/ant-design-mobile#840