From 6ae73f5cbad4b778be1ac131c6783e541131060d Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 17 Oct 2023 21:44:32 +0200 Subject: [PATCH] [Encore] Updating Babel Plugin --- frontend/encore/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/installation.rst b/frontend/encore/installation.rst index 118e15e7b0e..26d4b4242f7 100644 --- a/frontend/encore/installation.rst +++ b/frontend/encore/installation.rst @@ -111,7 +111,7 @@ is the main config file for both Webpack and Webpack Encore: .enableVersioning(Encore.isProduction()) .configureBabel((config) => { - config.plugins.push('@babel/plugin-proposal-class-properties'); + config.plugins.push('@babel/plugin-transform-class-properties'); }) // enables @babel/preset-env polyfills