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:
+1
-3
@@ -14,9 +14,7 @@ function generateConfig(name) {
|
||||
libraryTarget: 'umd',
|
||||
globalObject: 'this'
|
||||
},
|
||||
node: {
|
||||
process: false
|
||||
},
|
||||
node: false,
|
||||
devtool: 'source-map',
|
||||
mode: compress ? 'production' : 'development'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user