mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
deps: replace inherits with inherits-browser
This increase the safety of our build; external consumers do no longer need to account for the `browser` field to bundle bpmn-js (or otherwise bundle a Node shim, unintentionally).
This commit is contained in:

committed by
fake-join[bot]
![fake-join[bot]](/assets/img/avatar_default.png)
parent
e02fd6138d
commit
7478388070
@ -4,7 +4,7 @@ import {
|
||||
isObject
|
||||
} from 'min-dash';
|
||||
|
||||
import inherits from 'inherits';
|
||||
import inherits from 'inherits-browser';
|
||||
|
||||
import {
|
||||
getBusinessObject,
|
||||
|
Reference in New Issue
Block a user