WXL
2026-06-09 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
node_modules/webpack/lib/ConcurrentCompilationError.js
@@ -9,10 +9,10 @@
module.exports = class ConcurrentCompilationError extends WebpackError {
   constructor() {
      super();
      super(
         "You ran Webpack twice. Each instance only supports a single concurrent compilation at a time."
      );
      this.name = "ConcurrentCompilationError";
      this.message =
         "You ran Webpack twice. Each instance only supports a single concurrent compilation at a time.";
   }
};