Skip to content

Commit

Permalink
chore(pluginsdk): do not share tslib (#8305)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 25, 2020
1 parent af6cbf9 commit f4d5ea8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/scripts/modules/core/src/plugins/sharedLibraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as propTypes from 'prop-types';
import * as react from 'react';
import * as reactDOM from 'react-dom';
import * as rxjs from 'rxjs';
import * as tslib from 'tslib';

export const sharedLibraries = {
// This is the global (window) variable that the shared libs will be exposed on
Expand Down Expand Up @@ -40,7 +39,6 @@ export const sharedLibraries = {
exposeSharedLibrary('react-dom', reactDOM);
exposeSharedLibrary('rxjs', rxjs);
exposeSharedLibrary('rxjs/Observable', { Observable: rxjs.Observable });
exposeSharedLibrary('tslib', tslib);
}
},
};

0 comments on commit f4d5ea8

Please sign in to comment.