Danielduel
Deno+vite crashes on node dependency
@bartlomieju thanks for the quick response, I suggest doing it in 2 parts - first just to make vite run with most of stuff stubbed in the polyfill and 2nd part to make actual implementation of the report object
12 replies
Deno+vite crashes on node dependency
(metal, interactive shell)
import { join } from "node:path"
join works like expected
(rollup native.js uses const { platform, arch, report } = require('node:process');
so in interactive shell I did import { report } from "node:report"
report is undefined12 replies