upgrade to webpack5 (#3871)

Upgrade to webpack 5
Changes dependencies to work with webpack 5 as well.
This commit is contained in:
Nikhil
2021-05-27 15:16:03 -07:00
committed by GitHub
parent c90dfb2a1f
commit e1e0eeac56
7 changed files with 8650 additions and 29 deletions

View File

@ -43,7 +43,6 @@ 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