mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Revert "Babel: use babel-loader instead of ts-loader, ng-annotate with babel-plugin-angularjs-annotate (#21554)" (#21570)
This reverts #21554 which caused problems with e2e.
This reverts commit e7e0d18bc8.
This commit is contained in:
committed by
Marcus Efraimsson
parent
c738a889ed
commit
8bc4ef3e9c
@@ -6,6 +6,8 @@ import React, { PureComponent } from 'react';
|
||||
// @ts-ignore
|
||||
import { default as ReactSelect, Creatable } from '@torkelo/react-select';
|
||||
// @ts-ignore
|
||||
import { Creatable } from '@torkelo/react-select/lib/creatable';
|
||||
// @ts-ignore
|
||||
import { default as ReactAsyncSelect } from '@torkelo/react-select/lib/Async';
|
||||
// @ts-ignore
|
||||
import { components } from '@torkelo/react-select';
|
||||
|
||||
Reference in New Issue
Block a user