2024-02-21 15:55:23 +00:00
|
|
|
|
|
|
|
|
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'
|
|
|
|
|
]
|
2024-02-21 15:55:23 +00:00
|
|
|
})
|
|
|
|
|
]
|
|
|
|
|
};
|