mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
* meta: build bundle using esbuild * meta: don't use terser to build minified bundle * website: use esbuild instead of browserify * remove disc and disc.html * Update lock file * Simplify inject script * nits * fix `yarn start`
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-inline-svg': {
|
|
paths: ['src/images'],
|
|
},
|
|
cssnano: { safe: true },
|
|
},
|
|
}
|