fix: use inherits-browser
This commit is contained in:
parent
6c3d50584c
commit
03937ad51f
|
@ -2,7 +2,7 @@ import {
|
|||
assign
|
||||
} from 'min-dash';
|
||||
|
||||
import inherits from 'inherits';
|
||||
import inherits from 'inherits-browser';
|
||||
|
||||
import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';
|
||||
|
||||
|
|
Loading…
Reference in New Issue