/opt/canhelp/node_modules/next/dist/build/babel/plugins
NameSizeModeActions
amp-attributes.d.ts1220644editdlrm
amp-attributes.js10430644editdlrm
amp-attributes.js.map15330644editdlrm
commonjs.d.ts1350644editdlrm
commonjs.js14200644editdlrm
commonjs.js.map18600644editdlrm
jsx-pragma.d.ts2300644editdlrm
jsx-pragma.js37030644editdlrm
jsx-pragma.js.map64230644editdlrm
next-font-unsupported.d.ts1420644editdlrm
next-font-unsupported.js14420644editdlrm
next-font-unsupported.js.map17930644editdlrm
next-page-config.d.ts2340644editdlrm
next-page-config.js90390644editdlrm
next-page-config.js.map124580644editdlrm
next-page-disallow-re-export-all-exports.d.ts1420644editdlrm
next-page-disallow-re-export-all-exports.js11830644editdlrm
next-page-disallow-re-export-all-exports.js.map14930644editdlrm
next-ssg-transform.d.ts6340644editdlrm
next-ssg-transform.js167450644editdlrm
next-ssg-transform.js.map248630644editdlrm
optimize-hook-destructuring.d.ts2300644editdlrm
optimize-hook-destructuring.js24860644editdlrm
optimize-hook-destructuring.js.map46290644editdlrm
react-loadable-plugin.d.ts13270644editdlrm
react-loadable-plugin.js79640644editdlrm
react-loadable-plugin.js.map126500644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/babel/plugins/react-loadable-plugin.d.ts (1327B)
/** COPYRIGHT (c) 2017-present James Kyle MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWAR */ import type { types as BabelTypes } from 'next/dist/compiled/babel/core'; import type { PluginObj } from 'next/dist/compiled/babel/core'; export default function ({ types: t, }: { types: typeof BabelTypes; }): PluginObj;