mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-11-22 01:37:07 +01:00
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-preset-env': {},
|
|
cssnano: {}
|
|
}
|
|
}
|