Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Mar 8, 2018
1 parent 81f945b commit b8ed795
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
'use strict';

//fix: https://github.com/akveo/ng2-admin/issues/604
//使用 happypack 之后 需单独提供 postcss 配置文件
// fix: https://github.com/akveo/ng2-admin/issues/604
// 使用 happypack 之后 需单独提供 postcss 配置文件
module.exports = {
plugins: [
require('autoprefixer')({ browsers: ['last 5 versions','Android >= 4.0', 'iOS >= 7'] }),
require('precss')(),
require('cssnano')({zindex: false})
require('autoprefixer')({ browsers: ['last 5 versions', 'Android >= 4.0', 'iOS >= 7'] }),
]
}
};

0 comments on commit b8ed795

Please sign in to comment.