From 1a88bbb546ec9efdd03cd12f262b789a07b8ccd4 Mon Sep 17 00:00:00 2001 From: William Duplenne Date: Wed, 7 Sep 2022 13:50:01 +0200 Subject: [PATCH] Update next.config.js --- examples/react-remove-properties/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-remove-properties/next.config.js b/examples/react-remove-properties/next.config.js index 7d3aca8225d8..37db77a9c2a5 100644 --- a/examples/react-remove-properties/next.config.js +++ b/examples/react-remove-properties/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ module.exports = { - experimental: { + compiler: { reactRemoveProperties: true, // Or, specify a custom list of regular expressions to match properties to remove. // The regexes defined here are processed in Rust so the syntax is different from