TrySound/rollup-plugin-terser

namecache and parallel to be used together

masx200 opened this issue · 0 comments

If you want namecache and parallel to be used together and you don't want to package twice after each change, you can only make namecache a concurrenthashmap.

if (result.nameCache) {

return minify(code, options).then(result => ({ result, nameCache: options.nameCache }));