Merge branch 'master' into dev-stylelint
This commit is contained in:
@@ -25,7 +25,6 @@ const config = merge({
|
||||
watcher: !!argv.watch,
|
||||
},
|
||||
watch: [],
|
||||
browsers: [],
|
||||
}, userConfig);
|
||||
|
||||
module.exports = merge(config, {
|
||||
|
||||
@@ -142,7 +142,7 @@ let webpackConfig = {
|
||||
output: { path: config.paths.dist },
|
||||
context: config.paths.assets,
|
||||
postcss: [
|
||||
autoprefixer({ browsers: config.browsers }),
|
||||
autoprefixer(),
|
||||
],
|
||||
},
|
||||
}),
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = {
|
||||
cssProcessor: cssnano,
|
||||
cssProcessorOptions: {
|
||||
discardComments: { removeAll: true },
|
||||
autoprefixer: { browsers: config.browsers },
|
||||
autoprefixer: {},
|
||||
safe: true,
|
||||
},
|
||||
canPrint: true,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user