reqwest
reqwest copied to clipboard
Compiling with webpack warns Cannot resolve module 'xhr2'
It is my understanding that xhr2
is only required if trying import via Node.js
. This is for front-end/browser.
Simply just doing:
var reqwest = require('../vendor/reqwest.js');
@nodesocket can you show us your webpack config?