You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Vite-specific option to specify the max number of workers to spawn
10
13
* when minifying files with terser.
@@ -42,12 +45,12 @@ export function terserPlugin(config: ResolvedConfig): Plugin {
42
45
async(
43
46
terserPath: string,
44
47
code: string,
45
-
options: Terser.MinifyOptions,
48
+
options: TerserMinifyOptions,
46
49
)=>{
47
50
// test fails when using `import`. maybe related: https://github.com/nodejs/node/issues/43205
48
51
// eslint-disable-next-line no-restricted-globals -- this function runs inside cjs
0 commit comments