Skip to content

Commit

Permalink
[Bug] Replace kibana issue in /packages/osd-optimizer/README.md
Browse files Browse the repository at this point in the history
/packages/osd-optimizer/README.md has a kibana issue reference. This PR
replaces the kibana issue with an open discuss issue.

Partically Resolved:
#592

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh committed Jul 9, 2021
1 parent 94b70c9 commit aeda2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/osd-optimizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OpenSearch Dashboards Platform plugins with `"ui": true` in their `opensearch_da

The [Webpack config][WebpackConfig] is designed to provide the majority of what was available in the legacy optimizer and is the same for all plugins to promote consistency and keep things sane for the operations team. It has support for JS/TS built with babel, url imports of image and font files, and support for importing `scss` and `css` files. SCSS is pre-processed by [postcss][PostCss], built for both light and dark mode and injected automatically into the page when the parent module is loaded (page reloads are still required for switching between light/dark mode). CSS is injected into the DOM as it is written on disk when the parent module is loaded (no postcss support).

Source maps are enabled except when building the distributable. They show the code actually being executed by the browser to strike a balance between debuggability and performance. They are not configurable at this time but will be configurable once we have a developer configuration solution that doesn't rely on the server (see [#55656](https://github.com/elastic/kibana/issues/55656)).
Source maps are enabled except when building the distributable. They show the code actually being executed by the browser to strike a balance between debuggability and performance. They are not configurable at this time but will be configurable once we have a developer configuration solution that doesn't rely on the server (see [#615](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/615)).

### Browser Support

Expand Down

0 comments on commit aeda2bd

Please sign in to comment.