Skip to content

Commit

Permalink
Change to globbing pattern to future proof
Browse files Browse the repository at this point in the history
  • Loading branch information
jer-k committed Jun 20, 2023
1 parent 20a696e commit 664a96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const config = {
runtime: "experimental-edge",
unstable_allowDynamic: ["/.yarn/cache/lodash-npm-4.17.21-6382451519-eb835a2e51.zip/node_modules/lodash/lodash.js"],
unstable_allowDynamic: ["**/.yarn/cache/**/node_modules/lodash/*.js"],
};

import _ from "lodash";
Expand Down

0 comments on commit 664a96b

Please sign in to comment.