diff --git a/webpack.config.js b/webpack.config.js index ca39f13c..7ca4e8ff 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -129,6 +129,7 @@ const config = { to: "css/primer-tooltips.[ext]", }, ]), + new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), // socket.io uses debug, we don't need it new webpack.NormalModuleReplacementPlugin(/debug/, path.resolve(__dirname, "scripts/noop.js")), ],