Skip to content

Superagent for Webpack

nodu edited this page Dec 5, 2014 · 4 revisions

For Webpack add:

plugins.push(new webpack.DefinePlugin({ "global.GENTLY": false }));

and

node: {
  __dirname: true
}
```
to webpack's config.
Clone this wiki locally