Skip to content

Commit

Permalink
Add axios http adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddenchaux committed Jul 8, 2018
1 parent 9ed962c commit 5448ef5
Show file tree
Hide file tree
Showing 22 changed files with 3,998 additions and 579 deletions.
2 changes: 2 additions & 0 deletions build/configs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const path = require('path')
const nodeResolve = require('rollup-plugin-node-resolve')
const nodeGlobals = require('rollup-plugin-node-globals')
const commonjs = require('rollup-plugin-commonjs')

const resolve = _path => path.resolve(__dirname, '../', _path)
Expand Down Expand Up @@ -36,6 +37,7 @@ function genConfig (opts) {

plugins: [
nodeResolve(),
nodeGlobals(),
commonjs()
],

Expand Down
Loading

0 comments on commit 5448ef5

Please sign in to comment.