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