Skip to content

Commit

Permalink
build: don't rely on implicitly imported process
Browse files Browse the repository at this point in the history
This only works on nodejs and not on alternative implementations.
  • Loading branch information
jelly committed Jul 19, 2024
1 parent 9466018 commit 4f658e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import fs from 'node:fs';
import os from 'node:os';
import process from 'node:process';

import copy from 'esbuild-plugin-copy';

Expand Down

0 comments on commit 4f658e4

Please sign in to comment.