mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 12:45:18 +02:00
🐛 fix: css nano error
This commit is contained in:
@@ -4,9 +4,9 @@ export default {
|
|||||||
autoprefixer: {},
|
autoprefixer: {},
|
||||||
...(process.env.NODE_ENV === 'production'
|
...(process.env.NODE_ENV === 'production'
|
||||||
? {
|
? {
|
||||||
cssnano: {
|
// cssnano: {
|
||||||
preset: 'default',
|
// preset: 'default',
|
||||||
},
|
// },
|
||||||
}
|
}
|
||||||
: {}),
|
: {}),
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user