Frank Lin
Frank Lin
坐等详细的讲解 👍
支持Markdown发文么?
I just encountered the same issue in native [esbuild](https://esbuild.github.io/). error snapshots:  
@eds123 In my case, I just imported `react-compare-image` by commonjs function `require()` in place of the keyword `import`. Then the problem is gone. ```typescript // import ReactCompareImage from 'react-compare-image' //...