Galooshi / import-js

A tool to simplify importing JS modules
MIT License
526 stars 70 forks source link

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

Closed uqix closed 4 years ago

uqix commented 4 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 4 years ago

I moved to LSP.