Skip to content

Commit 6ae73f5

Browse files
[Encore] Updating Babel Plugin
1 parent 059a051 commit 6ae73f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ is the main config file for both Webpack and Webpack Encore:
111111
.enableVersioning(Encore.isProduction())
112112
113113
.configureBabel((config) => {
114-
config.plugins.push('@babel/plugin-proposal-class-properties');
114+
config.plugins.push('@babel/plugin-transform-class-properties');
115115
})
116116
117117
// enables @babel/preset-env polyfills

0 commit comments

Comments
 (0)