Release v0.4.2

This commit is contained in:
pengfei.zhou
2020-04-11 05:05:51 +00:00
committed by osborn
parent f66b6161b2
commit 6cd80f3f0d
10 changed files with 18 additions and 12 deletions

View File

@@ -4055,7 +4055,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