Getting the following error:
The export name "__esModule" is reserved and cannot be used (it's needed as an export marker when converting ES module syntax to CommonJS)
|
export const __esModule = mod.__esModule; |
When using esbuild.
I think probably related to this: evanw/esbuild#1338
Any ideas?
Getting the following error:
zapatos/generate.mjs
Line 4 in 43a27ca
When using
esbuild.I think probably related to this: evanw/esbuild#1338
Any ideas?