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:
Dominik Prokop
2020-01-17 15:52:56 +01:00
committed by Marcus Efraimsson
parent c738a889ed
commit 8bc4ef3e9c
6 changed files with 254 additions and 538 deletions

View File

@@ -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';