Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update webpack config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Feb 16, 2022
1 parent c986711 commit fc46931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))/,
],
Expand Down

0 comments on commit fc46931

Please sign in to comment.