diff --git a/src/utils.js b/src/utils.js index 055fd38bf..f827b869c 100644 --- a/src/utils.js +++ b/src/utils.js @@ -89,8 +89,8 @@ export const detectInit = function (text, cnf) { } }); }); - Object.freeze(Object.prototype); - Object.freeze(Object); + // Object.freeze(Object.prototype); + // Object.freeze(Object); results = assignWithDepth(results, [...args]); } else { results = inits.args;