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
能否升级一下路由组件,消除组件警告
yaeSakuras
·
3
Comments
如何正确的清空某个路由下model中的数据
hanxiansen
·
3
Comments
使用dva/fetch请求时没有把cookie带上,导致每次请求session不一样
yunfeit
·
3
Comments
dispatch:action should be a plain Object with type
zouyan532
·
3
Comments
English support
mclouvem
·
4
Comments
Most helpful comment
图片大于 10k 就不会内联了。