chore: Add 'process' to rollup externals

This commit is contained in:
microshine 2021-02-04 23:26:03 +03:00
parent 99273f0e99
commit c34381ac87
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default {
}
}),
],
external: ["crypto", ...external],
external: ["crypto", "process", ...external],
output: [
{
banner,