Open nodesocket opened 8 years ago
It is my understanding that xhr2 is only required if trying import via Node.js. This is for front-end/browser.
xhr2
Node.js
Simply just doing:
var reqwest = require('../vendor/reqwest.js');
@nodesocket can you show us your webpack config?
It is my understanding that
xhr2
is only required if trying import viaNode.js
. This is for front-end/browser.Simply just doing: