mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-inline-svg': {
|
|
path: 'src/images'
|
|
},
|
|
cssnano: { safe: true }
|
|
}
|
|
}
|