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

Fixing issues with bundle sizes

This commit is contained in:
Jay
2022-04-26 14:23:05 +02:00
parent bcb166e6e8
commit 1d82af1a50
7 changed files with 2041 additions and 4165 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ function generateConfig(name) {
libraryTarget: 'umd',
globalObject: 'this'
},
node: {
process: false
},
node: false,
devtool: 'source-map',
mode: compress ? 'production' : 'development'
};