This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
esbuild platform=node & mjs imports #116
Labels
good first issue
for use in github automation to suggest issues to newcommers
evanw/esbuild#1622
evanw/esbuild#1591
evanw/esbuild#1540
esnext/es6-module-transpiler#85
https://github.com/handlebars-lang/handlebars.js/blob/master/lib/index.js
https://sokra.github.io/interop-test/
likely one of htese is our solution: we need to explicity point the main field to cjs (duh) and module to mjs/browser (duh)
this issue was fixed internally by ensuring esm > cjs transpilation was accurate
@see https://sokra.github.io/interop-test/
@see https://stackoverflow.com/questions/46745014/alternative-for-dirname-in-node-when-using-the-experimental-modules-flag
The text was updated successfully, but these errors were encountered: