[plugin:modular-import] unknown: Support for the experimental syntax ‘jsx’ isn’t currently enabled (47:10):

    Add @babel/preset-react (https://git.io/JfeDR) to the ‘presets’ section of your Babel config to enable transformation. If you want to leave it as-is, add @babel/plugin-syntax-jsx (https://git.io/vb4yA) to the ‘plugins’ section to enable parsing.

    解决:将 .js重命名为 .jsximage.png