1
0
mirror of synced 2025-12-19 18:10:59 -05:00

feat: add nextjs middleware handling (#19139)

* feat: add nextjs middleware handling split

* fix: eslint errors

* fix: filter boolean from csp list

* fix: feature flag nextjs server start

* feat: add prettier rules for ts,tsx files

* fix: remove unnecessary async from next middleware

* fix: next middleware name

* Update tsconfig.json

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* Update next-env.d.ts

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* fix: add typescript linting to lint command

* add comment for unsafe-eval, update webpack to use eval in development

* fix: feature flag typo

Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
Mike Surowiec
2021-05-05 08:23:46 -07:00
committed by GitHub
parent 7dc54c5192
commit eaddbc5db7
16 changed files with 1652 additions and 32 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@ coverage/
/content/early-access
/data/early-access
dist
.next
# blc: broken link checker
blc_output.log