From 6db4318a0604eab3ec8d419c721a245e1939183c Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Tue, 19 Oct 2021 14:42:15 +0100 Subject: [PATCH 1/2] chore: add more info to migration Add info about removing `node_bundler` and `external_node_modules` configs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ef4eb7c2..05e16a12a8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ publish = ".next" package = "@netlify/plugin-nextjs" ``` -If you previously set `target: "serverless"` in your `next.config.js` this is no longer needed and can be removed. +If you previously set `target: "serverless"`, or set `node_bundler` or `external_node_modules` in your `next.config.js` these are longer needed and can be removed. ## Beta feedback From 123b827104e8a757e367f4f7bb10f25e285f1c3d Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Tue, 19 Oct 2021 14:43:27 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e16a12a8..2f68d280ef 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ publish = ".next" package = "@netlify/plugin-nextjs" ``` -If you previously set `target: "serverless"`, or set `node_bundler` or `external_node_modules` in your `next.config.js` these are longer needed and can be removed. +If you previously set `target: "serverless"`, `node_bundler` or `external_node_modules` in your `next.config.js` these are longer needed and can be removed. ## Beta feedback