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