Skip to content

Commit

Permalink
Set number of workers to 0
Browse files Browse the repository at this point in the history
Requires TrySound/rollup-plugin-terser#33 to work properly at current.
  • Loading branch information
ZaneHannanAU committed May 10, 2019
1 parent c6f4594 commit 9a6aec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ export default {
propList: ["facadeModuleId", "fileName", "imports", "code", "isAsset"]
}),
resourceListPlugin(),
terser({ nameCache, mangle: { properties: true } })
terser({
nameCache,
mangle: { properties: true },
numWorkers: 0
})
]
};

0 comments on commit 9a6aec4

Please sign in to comment.