mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 23:12:34 +03:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})
|
|
},
|
|
}
|