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:
@@ -83,6 +83,11 @@ module.exports = function(grunt) {
|
|||||||
sourceMapFilename: 'axios.map',
|
sourceMapFilename: 'axios.map',
|
||||||
library: 'axios'
|
library: 'axios'
|
||||||
},
|
},
|
||||||
|
externals: [
|
||||||
|
{
|
||||||
|
'./adapters/http': 'var undefined'
|
||||||
|
}
|
||||||
|
],
|
||||||
devtool: 'source-map'
|
devtool: 'source-map'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Vendored
+49
-6724
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-8
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+48
-6723
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-8
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user