diff --git a/package.json b/package.json index 9154fa2..1f12a3f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "babel-plugin-transform-runtime": "~6.3.13", "babel-preset-es2015": "~6.3.13", "babel-preset-react": "~6.3.13", + "babel-runtime": "^6.3.13", "css-loader": "~0.23.0", "eslint": "~1.10.3", "eslint-plugin-react": "~3.11.3", @@ -31,6 +32,7 @@ "history": "~1.13.0", "html-loader": "^0.4.0", "html-webpack-plugin": "~1.7.0", + "https-browserify": "0.0.1", "ipfs-api": "2.9.13", "json-loader": "~0.5.4", "lodash.sortedindex": "~3.1.1", diff --git a/webpack.config.js b/webpack.config.js index 10b6bfd..70c3acd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -37,7 +37,7 @@ var config = { }, { test: /\.js$/, - include: /node_modules\/(ipfs-api|hoek|qs|boom|wreck)/, + include: /node_modules(\\|\/)(ipfs-api|hoek|qs|boom|wreck)/, loader: 'babel', query: { presets: ['es2015'],