提交 399f87ea 编写于 作者: M mzabriskie

Fixing build problem causing ridiculous file sizes

上级 ec931f6a
......@@ -83,6 +83,11 @@ module.exports = function(grunt) {
sourceMapFilename: 'axios.map',
library: 'axios'
},
externals: [
{
'./adapters/http': 'var undefined'
}
],
devtool: 'source-map'
};
......
此差异已折叠。
因为 它太大了无法显示 source diff 。你可以改为 查看blob
此差异已折叠。
此差异已折叠。
此差异已折叠。
因为 它太大了无法显示 source diff 。你可以改为 查看blob
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册