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
Copy file name to clipboardexpand all lines: packages/scripts/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@
5
5
- Leverage `@wordpress/dependency-extraction-webpack-plugin` plugin to extract WordPress
6
6
dependencies.
7
7
8
+
### Enhancements
9
+
10
+
- The default Webpack configuration uses [`thread-loader`](https://github.com/webpack-contrib/thread-loader) to parallelize Babel processing.
11
+
- The default Webpack configuration now opts-in to [the `cacheDirectory` option](https://webpack.js.org/loaders/babel-loader/#options) for its Babel loader.
12
+
- The `source-map-loader` is excluded from production builds. This serves only as an optimization and should otherwise have no impact on build results.
0 commit comments