diff --git a/webpack.config.js b/webpack.config.js index 39942c53cf2..279509a27e8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -89,7 +89,7 @@ const webpackConfig = { test: /\.(t|j)sx?$/, exclude: [ // Exclude node_modules/ but not node_modules/debug* and node_modules/explat-client-react-helpers - // explat-client-react-helpers use optional chaining operators which need to be processed via babel loader for webpack 4. + // explat-client-react-helpers module contain optional chaining operators which need to be processed via babel loader for webpack 4. // see webpack issue for details: https://github.com/webpack/webpack/issues/10227#issue-547480527 /node_modules(\/|\\)(?!(debug|@automattic\/explat-client-react-helpers))/, ],