Galooshi / import-js

A tool to simplify importing JS modules
MIT License
525 stars 55 forks source link

How to configure it to work with babel-plugin-transform-react-jsx #536

Closed uqix closed 5 years ago

uqix commented 5 years ago

e.g. instead of auto import React from 'react';, import import { jsx } from '@emotion/core'; for files with /** @jsx jsx */ JSX Pragma

uqix commented 5 years ago

I moved to LSP.