Revert "upgrade to webpack5 (#3871)" (#3907)

This reverts commit e1e0eeac56.
This commit is contained in:
Nikhil
2021-06-02 07:04:40 -07:00
committed by GitHub
parent dbed9262c0
commit a40867d544
7 changed files with 29 additions and 8650 deletions

View File

@ -43,6 +43,7 @@ import {TRIGGER_CONJUNCTION, TRIGGER_LABEL} from "./utils/constants";
* }
*/
export default class Condition extends EventEmitter {
/**
* Manages criteria and emits the result of - true or false - based on criteria evaluated.
* @constructor