File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ import { Group, Cell } from 'vux'
399
399
{
400
400
name: 'style-parser',
401
401
fn: function (source) {
402
- return "@import '../styles/variable.less'\n" + source
402
+ return "@import '../styles/variable.less'\n" + source // 你可以根据this.resourcePath 来确定是否要引入以及引入的相对路径
403
403
}
404
404
}
405
405
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vux" ,
3
- "version" : " 2.1.0-rc.48 " ,
3
+ "version" : " 2.1.0-rc.49 " ,
4
4
"main" : " index.js" ,
5
5
"description" : " Mobile web UI based on Vue and WeUI" ,
6
6
"keywords" : [
134
134
"vuex" : " ^2.1.1" ,
135
135
"vuex-i18n" : " ^1.3.1" ,
136
136
"vuex-router-sync" : " ^4.1.1" ,
137
- "vux-loader" : " ^1.0.35 " ,
137
+ "vux-loader" : " ^1.0.36 " ,
138
138
"webpack" : " ^2.2.1" ,
139
139
"webpack-bundle-analyzer" : " ^2.2.1" ,
140
140
"webpack-dev-middleware" : " ^1.10.0" ,
Original file line number Diff line number Diff line change @@ -5956,9 +5956,9 @@ vux-blazy@^1.6.4:
5956
5956
version "1.6.4"
5957
5957
resolved "http://registry.npm.taobao.org/vux-blazy/download/vux-blazy-1.6.4.tgz#e33073d902e0a3844ef1a463cce3ca2e0aab47bf"
5958
5958
5959
- vux-loader@^1.0.35 :
5960
- version "1.0.35 "
5961
- resolved "http ://registry.npm.taobao.org /vux-loader/download /vux-loader-1.0.35 .tgz#29b15347b5e3a2d972ad27fef2265a807d222129 "
5959
+ vux-loader@^1.0.36 :
5960
+ version "1.0.36 "
5961
+ resolved "https ://registry.yarnpkg.com /vux-loader/- /vux-loader-1.0.36 .tgz#6db156187fd686a719ce990559466e4fa081c7fe "
5962
5962
dependencies :
5963
5963
compare-versions "^3.0.0"
5964
5964
cssnano "^3.7.4"
You can’t perform that action at this time.
0 commit comments