mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[UI Bundler] Add Aliases for Moment so plugins can use the same instance (#13628)
This commit is contained in:
parent
45848c7522
commit
6d90c08b5c
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ export default class UiBundlerEnv {
|
|||
ui: fromRoot('src/ui/public'),
|
||||
test_harness: fromRoot('src/test_harness/public'),
|
||||
querystring: 'querystring-browser',
|
||||
moment$: fromRoot('webpackShims/moment'),
|
||||
'moment-timezone$': fromRoot('webpackShims/moment-timezone')
|
||||
};
|
||||
|
||||
// map of which plugins created which aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue