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

Fixing build problem causing ridiculous file sizes

This commit is contained in:
mzabriskie
2014-09-12 16:56:36 -06:00
parent ec931f6abb
commit 399f87ea05
9 changed files with 108 additions and 13467 deletions
+5
View File
@@ -83,6 +83,11 @@ module.exports = function(grunt) {
sourceMapFilename: 'axios.map',
library: 'axios'
},
externals: [
{
'./adapters/http': 'var undefined'
}
],
devtool: 'source-map'
};