Skip to content

Commit

Permalink
feat: Added dashboard-core-plugins to remote-component list (#1762)
Browse files Browse the repository at this point in the history
Including `dashboard-core-plugins` to remote-component list so we can
externalize it in plugins repo when developing js plugins.

supports #1728
  • Loading branch information
bmingles authored Jan 31, 2024
1 parent cfbbe74 commit 3194c4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/app-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@deephaven/components": "file:../components",
"@deephaven/console": "file:../console",
"@deephaven/dashboard": "file:../dashboard",
"@deephaven/dashboard-core-plugins": "file:../dashboard-core-plugins",
"@deephaven/icons": "file:../icons",
"@deephaven/iris-grid": "file:../iris-grid",
"@deephaven/jsapi-bootstrap": "file:../jsapi-bootstrap",
Expand Down
2 changes: 2 additions & 0 deletions packages/app-utils/src/plugins/remote-component.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import * as DeephavenAuthPlugins from '@deephaven/auth-plugins';
import * as DeephavenChart from '@deephaven/chart';
import * as DeephavenComponents from '@deephaven/components';
import * as DeephavenDashboard from '@deephaven/dashboard';
import * as DeephavenDashboardCorePlugins from '@deephaven/dashboard-core-plugins';
import * as DeephavenIcons from '@deephaven/icons';
import * as DeephavenIrisGrid from '@deephaven/iris-grid';
import * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';
Expand All @@ -32,6 +33,7 @@ export const resolve = {
'@deephaven/chart': DeephavenChart,
'@deephaven/components': DeephavenComponents,
'@deephaven/dashboard': DeephavenDashboard,
'@deephaven/dashboard-core-plugins': DeephavenDashboardCorePlugins,
'@deephaven/icons': DeephavenIcons,
'@deephaven/iris-grid': DeephavenIrisGrid,
'@deephaven/jsapi-bootstrap': DeephavenJsapiBootstrap,
Expand Down
1 change: 1 addition & 0 deletions packages/app-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{ "path": "../components" },
{ "path": "../console" },
{ "path": "../dashboard" },
{ "path": "../dashboard-core-plugins" },
{ "path": "../iris-grid" },
{ "path": "../jsapi-bootstrap" },
{ "path": "../jsapi-components" },
Expand Down

0 comments on commit 3194c4b

Please sign in to comment.