Commit b3b6d81
committed
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 key1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments