fix ie9 prefix

This commit is contained in:
afc163 2016-03-30 23:36:40 +08:00
parent 88531eeab2
commit 6e3532c9fb

View File

@ -58,7 +58,11 @@ module.exports = {
}]
},
postcss: [autoprefixer],
postcss: [
autoprefixer({
browsers: ['last 2 versions', 'Firefox ESR', '> 1%', 'ie >= 8']
})
],
plugins: [
new ExtractTextPlugin('[name].css'),