/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/babel/plugins
NameSizeModeActions
amp-attributes.d.ts1220666editdlrm
amp-attributes.js10430666editdlrm
amp-attributes.js.map15330666editdlrm
commonjs.d.ts1350666editdlrm
commonjs.js14200666editdlrm
commonjs.js.map18600666editdlrm
jsx-pragma.d.ts2300666editdlrm
jsx-pragma.js37030666editdlrm
jsx-pragma.js.map64230666editdlrm
next-font-unsupported.d.ts1420666editdlrm
next-font-unsupported.js14420666editdlrm
next-font-unsupported.js.map17930666editdlrm
next-page-config.d.ts2340666editdlrm
next-page-config.js90390666editdlrm
next-page-config.js.map124580666editdlrm
next-page-disallow-re-export-all-exports.d.ts1420666editdlrm
next-page-disallow-re-export-all-exports.js11830666editdlrm
next-page-disallow-re-export-all-exports.js.map14930666editdlrm
next-ssg-transform.d.ts6340666editdlrm
next-ssg-transform.js167450666editdlrm
next-ssg-transform.js.map248630666editdlrm
optimize-hook-destructuring.d.ts2300666editdlrm
optimize-hook-destructuring.js24860666editdlrm
optimize-hook-destructuring.js.map46290666editdlrm
react-loadable-plugin.d.ts13270666editdlrm
react-loadable-plugin.js79640666editdlrm
react-loadable-plugin.js.map126500666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/babel/plugins/commonjs.js (1420B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, // Handle module.exports in user code "default", { enumerable: true, get: function() { return CommonJSModulePlugin; } }); const _plugintransformmodulescommonjs = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/babel/plugin-transform-modules-commonjs")); function _interop_require_default(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function CommonJSModulePlugin(...args) { const commonjs = (0, _plugintransformmodulescommonjs.default)(...args); return { visitor: { Program: { exit (path, state) { let foundModuleExports = false; path.traverse({ MemberExpression (expressionPath) { if (expressionPath.node.object.name !== 'module') return; if (expressionPath.node.property.name !== 'exports') return; foundModuleExports = true; } }); if (!foundModuleExports) { return; } commonjs.visitor.Program.exit.call(this, path, state); } } } }; } //# sourceMappingURL=commonjs.js.map