2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Fixing UMD build

This commit is contained in:
Nick Uraltsev
2016-10-14 23:24:59 -07:00
parent e8c5c49ea2
commit 81e566b905
-6
View File
@@ -15,11 +15,6 @@ function generateConfig(name) {
node: { node: {
process: false process: false
}, },
externals: [
{
'./adapters/http': 'var undefined'
}
],
devtool: 'source-map' devtool: 'source-map'
}; };
@@ -47,4 +42,3 @@ function generateConfig(name) {
}); });
module.exports = config; module.exports = config;