PAMapp/node_modules/@babel/runtime/helpers/esm/createClass.js
@@ -11,5 +11,8 @@ export default function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }