Release v0.4.0

This commit is contained in:
pengfei.zhou
2020-04-10 06:38:16 +00:00
committed by osborn
parent ada2380b95
commit 9bfa93cb4d
10 changed files with 18 additions and 12 deletions

View File

@@ -4038,7 +4038,7 @@ return __module.exports;
var doric_web = (function (exports, axios, sandbox) {
'use strict';
axios = axios && axios.hasOwnProperty('default') ? axios['default'] : axios;
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;
class DoricPlugin {
constructor(context) {

File diff suppressed because one or more lines are too long