We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当对组件进行同名依赖的时候,比如 fis.match('/widget/**', { //同名依赖 useSameNameRequire: true })
组件样式的合并,总是比页面引用的权限小
header { height: 50px; width: 100px; background: #000; }
@charset "UTF-8"; /* === 全局变量配置 === / / @名称: reset @功能: 重设浏览器默认样式 / / 防止用户自定义背景颜色对网页的影响,添加让用户可以自定义字体 */ html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
我想的是header的在后面
The text was updated successfully, but these errors were encountered:
话说,这个问题,解决了吗
Sorry, something went wrong.
用新的占位符,控制依赖注入位置。https://github.com/fex-team/fis3-postpackager-loader
2betop
No branches or pull requests
当对组件进行同名依赖的时候,比如
fis.match('/widget/**', {
//同名依赖
useSameNameRequire: true
})
组件样式的合并,总是比页面引用的权限小
header {
height: 50px;
width: 100px;
background: #000;
}
@charset "UTF-8";
/* === 全局变量配置 === /
/
@名称: reset
@功能: 重设浏览器默认样式
/
/ 防止用户自定义背景颜色对网页的影响,添加让用户可以自定义字体 */
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
我想的是header的在后面
The text was updated successfully, but these errors were encountered: