diff --git a/webpack.config.js b/webpack.config.js index eeb14461d..e69044d40 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -134,7 +134,7 @@ module.exports = (env, argv) => { module: { rules: [ { - test: /\.(js$|jsx|ts|tsx)$/, + test: /\.(js|jsx|ts|tsx)$/, exclude: /node_modules/, resourceQuery: { not: /raw/ }, use: {