module.exports = {
plugins: [
require('./buildPlugins/pxresize')({
scale: 0.5,
ignore: [
'manager',
'video',
'youzuzhi',
'wuzuzhi',
'cleanTravel',
'node_modules',
'peak-coal-monitoring',
'web',
'smallCommon'
]
})
};