babel-plugin-transform-named-imports
Path import transformer
A Babel plugin that transforms named imports into full path imports to improve tree shaking and reduce bundle size.
Transforms named imports into (default) full path imports.
38 stars
8 watching
3 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Babel plugin that allows importing modules with root-based paths | 1,176 |
| A plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style | 54 |
| Allows developers to define custom functions that transform values on model attributes | 4 |
| A Babel plugin to simplify React component development by automatically extending the React class and importing React within components. | 10 |
| A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
| Transforms JSX to InfernoJS vNodes | 79 |
| A tool that transpiles modern JavaScript code to earlier versions of the language | 43,304 |
| A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
| Transforms Angular 2 annotations into standard JavaScript syntax | 80 |
| A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
| Solves the issue of resolving relative paths in JavaScript imports | 7 |
| Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
| A plugin that optimizes code imports in development mode by eliminating unused exports | 125 |
| A library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods. | 49 |
| Enables Babel transformation of JavaScript files during Vite development and build processes. | 53 |