有没有办法使用webpack使用带有reactjs的cdn文件?

Vik*_*ini 7 reactjs

我无法在reactjs中使用npm配置pusher和fetch.另外,有没有办法在你的反应代码中使用cdn?

Vik*_*ini 1

最后我想出了一个非常简单的答案

安装 npm Pusher-js、es6-promise 和 isomorphic-fetch 并将其导入为

var Pusher=require('pusher-js');
var fetch=require('isomorphic-fetch');
require('es6-promise').polyfill();
Run Code Online (Sandbox Code Playgroud)