Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2017-03-23 10:42:20 +0800
Commit
76daf01caeb92eb7a6d9fa0333e4a97f7a5f0209
2 parents
4526c024
4d2944cf
Merge branch 'feature/webpack2' into release/5.5.1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.babelrc
public/build/postcss.config.js
.babelrc
View file @
76daf01
...
...
@@ -2,7 +2,7 @@
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"browsers"
:
[
">
1%
"
]
"browsers"
:
[
">
1%"
,
"android >=4"
,
"ios >=8
"
]
}
}]
]
...
...
public/build/postcss.config.js
View file @
76daf01
...
...
@@ -106,7 +106,7 @@ exports.postcssPlugin = (et) => {
propWhiteList
:
[]
// 属性名称为空,表示替换所有属性的值
}),
autoprefixer
({
browsers
:
[
'> 1%'
]
browsers
:
[
'> 1%'
,
'android >=4'
,
'ios >=8'
]
}),
postUse
({
modules
:
[
'postcss-clearfix'
,
'postcss-crip'
,
'postcss-short'
,
'postcss-center'
,
'postcss-position'
]
...
...
Please
register
or
login
to post a comment