Skip to content

Commit c8695f7

Browse files
committed
Scripts: Add CHANGELOG notes for optimized Webpack configuration
See: #14860
1 parent db990fc commit c8695f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/scripts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
- Leverage `@wordpress/dependency-extraction-webpack-plugin` plugin to extract WordPress
66
dependencies.
77

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.
13+
814
## 3.1.0 (2019-03-20)
915

1016
## New features

0 commit comments

Comments
 (0)