mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
chore: upgrade eventemitter to v5.0.2 (#7709)
* chore: upgrade eventemitter to v5.0.2 * fix: pass context to eventHelpers * fix: no need to destroy router as it is destroyed during openmct teardown * fix: register `CreateAction` and retrieve it from the registry * test: fix tests * refactor: import action key consts * fix: update usage. don't use getters Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com> --------- Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>
This commit is contained in:
@ -6,7 +6,7 @@ information to pull requests.
|
||||
|
||||
import config from './webpack.dev.mjs';
|
||||
|
||||
config.devtool = 'source-map';
|
||||
config.devtool = 'inline-source-map';
|
||||
config.devServer.hot = false;
|
||||
|
||||
config.module.rules.push({
|
||||
|
Reference in New Issue
Block a user