mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed papaparse from external plugin exports
This commit is contained in:
parent
eb686c06f2
commit
5ec7d60e5f
@ -7,7 +7,6 @@ import angular from 'angular';
|
|||||||
import jquery from 'jquery';
|
import jquery from 'jquery';
|
||||||
|
|
||||||
// Experimental module exports
|
// Experimental module exports
|
||||||
import papaparse from 'papaparse';
|
|
||||||
import prismjs from 'prismjs';
|
import prismjs from 'prismjs';
|
||||||
import slate from 'slate';
|
import slate from 'slate';
|
||||||
import slateReact from 'slate-react';
|
import slateReact from 'slate-react';
|
||||||
@ -86,7 +85,6 @@ exposeToPlugin('slate-react', slateReact);
|
|||||||
exposeToPlugin('slate-plain-serializer', slatePlain);
|
exposeToPlugin('slate-plain-serializer', slatePlain);
|
||||||
exposeToPlugin('react', react);
|
exposeToPlugin('react', react);
|
||||||
exposeToPlugin('react-dom', reactDom);
|
exposeToPlugin('react-dom', reactDom);
|
||||||
exposeToPlugin('papaparse', papaparse);
|
|
||||||
|
|
||||||
// backward compatible path
|
// backward compatible path
|
||||||
exposeToPlugin('vendor/npm/rxjs/Rx', {
|
exposeToPlugin('vendor/npm/rxjs/Rx', {
|
||||||
|
Loading…
Reference in New Issue
Block a user