Skip to content

Commit 58bdb41

Browse files
committed
More consistent jetpackWebpackConfig destructuring
1 parent b535835 commit 58bdb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/packages/jetpack-mu-wpcom/webpack.config.modules.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
const path = require( 'path' );
55
const jetpackWebpackConfig = require( '@automattic/jetpack-webpack-config/webpack' );
66

7-
const { mode, devtool, output, optimization } = jetpackWebpackConfig;
7+
const { mode, devtool, output, optimization, resolve } = jetpackWebpackConfig;
88

99
/** @type {import('webpack').Configuration} */
1010
module.exports = {
1111
mode,
1212
devtool,
1313
optimization,
14-
resolve: jetpackWebpackConfig.resolve,
14+
resolve,
1515
node: false,
1616
name: 'jetpack-mu-wpcom/modules',
1717
entry: {

0 commit comments

Comments
 (0)