lg_frontend/postcss.config.js

16 lines
242 B
JavaScript

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