使用 Reason 和 React 构建组件总是会给我一个“react”的module导入语句,如果从 CDN 中包含 React,则无法找到该语句。有解决方案吗?我试图window.react = React
在 index.html 中定义但没有成功。es6-global
设置不会改变任何东西。
我没有使用像 webpack 这样的捆绑程序。
编辑:可能来自 Reason 论坛的相关主题:https : //reasonml.chat/t/can-one-load-reasonml-es6-modules-without-a-bundler/2219
类似问题(未解决):可以在没有打包器的情况下加载 reasonml es6 module吗
importmap
(尚未在浏览器中实现)可能是另一种解决方案:使用没有 Transpiler/Bundler 步骤的 ES6 module