mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Babel: use babel-loader instead of ts-loader, ng-annotate with babel-plugin-angularjs-annotate (#21554)
* Applied prettier to some webpack configs * Removed ng-annotate … and used same annotation approach as webpack.hot.js * Removed redundant import … that is problematic with Babel's module resolver * Updated lockfile * Replace ts-loader with babel-loader in webpack.dev * Change tslint-loade order in dev webpack config Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
committed by
Dominik Prokop
parent
260239d98b
commit
e7e0d18bc8
@@ -6,8 +6,6 @@ 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