DarkFlorist / TheInterceptor

The Interceptor is a browser extension that explains what kind of Ethereum transactions you are making
The Unlicense
140 stars 22 forks source link

Fixed build error when app/js folder does not exist #1197

Closed jubalm closed 4 days ago

jubalm commented 1 week ago

On a fresh checkout, app/js does not exist and build script can error without creating it first. Additionally added node: prefix to node built-in imports for future proofing.

FWIW: Tried running bundler script (bundler.mts) in Node experimental and Deno with the node: prefix and they work without the need for temporary file outputs.