2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-21 13:24:11 +03:00

Removing node path from browser tests

This commit is contained in:
mzabriskie
2015-03-18 17:58:01 -06:00
parent f9a2c7e8b8
commit dde87076ec
+5
View File
@@ -33,6 +33,11 @@ module.exports = function(config) {
webpack: {
externals: [
{
'./adapters/http': 'var undefined'
}
],
devtool: 'inline-source-map'
},