You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #13579 Use non-deprecated options key to configure babel in encore (jdreesen)
This PR was merged into the 3.4 branch.
Discussion
----------
Use non-deprecated options key to configure babel in encore
The options key changed in `v0.24.0` from `include_node_modules` to `includeNodeModules` and the former one is deprecated.
See: https://github.com/symfony/webpack-encore/blob/master/lib/WebpackConfig.js#L412-L415
Commits
-------
981fdc6 Use non-deprecated options key
0 commit comments