Skip to content
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

能不能对css也进行data-loader这样的处理 #52

Open
303182519 opened this issue Apr 24, 2016 · 2 comments
Open

能不能对css也进行data-loader这样的处理 #52

303182519 opened this issue Apr 24, 2016 · 2 comments
Assignees

Comments

@303182519
Copy link

当对组件进行同名依赖的时候,比如
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的在后面

@2betop 2betop self-assigned this Apr 25, 2016
@303182519
Copy link
Author

话说,这个问题,解决了吗

@2betop
Copy link
Contributor

2betop commented Aug 23, 2016

用新的占位符,控制依赖注入位置。https://github.com/fex-team/fis3-postpackager-loader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants