lg_frontend/postcss.config.js

20 lines
321 B
JavaScript

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