We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059a051 commit 6ae73f5Copy full SHA for 6ae73f5
frontend/encore/installation.rst
@@ -111,7 +111,7 @@ is the main config file for both Webpack and Webpack Encore:
111
.enableVersioning(Encore.isProduction())
112
113
.configureBabel((config) => {
114
- config.plugins.push('@babel/plugin-proposal-class-properties');
+ config.plugins.push('@babel/plugin-transform-class-properties');
115
})
116
117
// enables @babel/preset-env polyfills
0 commit comments