lg_frontend/postcss.config.js

21 lines
337 B
JavaScript
Raw Permalink Normal View History

module.exports = {
plugins: [
require('./buildPlugins/pxresize')({
scale: 0.5,
2024-06-15 17:13:55 +00:00
ignore: [
'manager',
2024-07-01 14:53:31 +00:00
'home',
2024-06-26 16:52:06 +00:00
'video',
'youzuzhi',
'wuzuzhi',
'cleanTravel',
2024-06-15 17:13:55 +00:00
'node_modules',
'peak-coal-monitoring',
'web',
'smallCommon'
]
})
]
};