An open API service indexing awesome lists of open source software.

https://github.com/dharmawankenny/babel-plugin-proxy-import

Transform any member style `import { foo as bar } from 'module'` to default direct style `import bar from '{any}/foo'` with ease.
https://github.com/dharmawankenny/babel-plugin-proxy-import

babel babel-plugin import proxy transformer

Last synced: 3 months ago
JSON representation

Transform any member style `import { foo as bar } from 'module'` to default direct style `import bar from '{any}/foo'` with ease.

Awesome Lists containing this project