Skip to content

Commit 5cb6a81

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Encore] Updating Babel Plugin
2 parents 4fd8a44 + f3ce5d0 commit 5cb6a81

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)