rsnext/packages/next/build/babel/plugins
Kevin Mårtensson aa4b87e357
Handle cases where config is exported after its declaration (#16211)
AMP will still not work correctly when switching between non-AMP and AMP pages in development mode because of https://github.com/vercel/next.js/blob/canary/packages/next/build/babel/plugins/next-page-config.ts#L116-L120.

Fixes #15704.
2020-08-17 17:24:18 +00:00
..
amp-attributes.ts chore(next/build/babel): missing types (#13189) 2020-05-21 12:57:04 +00:00
commonjs.ts Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00
jsx-pragma.ts Remove unused variable (#13716) 2020-06-03 11:58:58 -04:00
next-data.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
next-page-config.ts Handle cases where config is exported after its declaration (#16211) 2020-08-17 17:24:18 +00:00
next-page-disallow-re-export-all-exports.ts Disallow re-export all exports from Next.js pages (#14325) 2020-08-05 16:21:40 -04:00
next-ssg-transform.ts Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00
no-anonymous-default-export.ts Add no-anon-default-export Babel lint rule (#14519) 2020-06-30 13:05:29 +00:00
optimize-hook-destructuring.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
react-loadable-plugin.ts Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00