bridgetown icon indicating copy to clipboard operation
bridgetown copied to clipboard

Switch Node/esbuild to ESM default

Open jaredcwhite opened this issue 1 year ago • 0 comments

The current esbuild configuration is using CommonJS rather than ESM (aka require rather than import statements). To align with the future of Node and the JavaScript ecosystem, we should switch package.json and other JS files in new repos over to using ESM.

jaredcwhite avatar Oct 17 '24 06:10 jaredcwhite