bleeping
coder
Projects
JavaScript
TypeScript
Python
C++
C#
Go
Dva: 静态资源图片引用
Created on 30 Dec 2016
·
2
Comments
·
Source:
dvajs/dva
以下为我引入的全局样式
但是打包后会多出来一个img文件,不应该是编译为base64吗?
Source
Most helpful comment
图片大于 10k 就不会内联了。
All 2 comments
图片大于 10k 就不会内联了。
这个大于
10k
就不能内联的限制可以配置么
@afc163
Was this page helpful?
0
/ 5 -
0
ratings
Related issues
如何在dva中使用redux-immutable
not3
·
3
Comments
dva-cli 0.7.0 roadhog 怎么更改antd-mobile的样式啊
wm3445
·
3
Comments
dispatch:action should be a plain Object with type
zouyan532
·
3
Comments
系统退出登录后,怎么一个语句清除store中的所有数据,以及嵌套路由刷新页面时报错。
bjwulin
·
3
Comments
如何正确的清空某个路由下model中的数据
hanxiansen
·
3
Comments
Most helpful comment
图片大于 10k 就不会内联了。