chore: Add 'process' to rollup externals
This commit is contained in:
parent
99273f0e99
commit
c34381ac87
|
@ -23,7 +23,7 @@ export default {
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
external: ["crypto", ...external],
|
external: ["crypto", "process", ...external],
|
||||||
output: [
|
output: [
|
||||||
{
|
{
|
||||||
banner,
|
banner,
|
||||||
|
|
Reference in New Issue