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.

GitHub

38 stars
8 watching
3 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
entwicklerstube/babel-plugin-root-import A Babel plugin that allows importing modules with root-based paths 1,176
xtuc/babel-plugin-transform-scala-lambda A plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style 54
bookshelf/processor-plugin Allows developers to define custom functions that transform values on model attributes 4
vijaysutrave/babel-plugin-react-import-extends A Babel plugin to simplify React component development by automatically extending the React class and importing React within components. 10
agirton/webpack-babel-codemod A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports 4
infernojs/babel-plugin-inferno Transforms JSX to InfernoJS vNodes 79
babel/babel A tool that transpiles modern JavaScript code to earlier versions of the language 43,241
remcohaszing/babel-plugin-transform-react-class-to-function A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. 24
shuhei/babel-plugin-angular2-annotations Transforms Angular 2 annotations into standard JavaScript syntax 80
vslinko/babel-plugin-react-require A Babel plugin that adds React import declaration to files containing JSX tags 159
miketamis/babel-plugin-hash-resolve Solves the issue of resolving relative paths in JavaScript imports 7
loganfsmyth/babel-plugin-transform-builtin-extend Enables extending built-in JavaScript types like Error and Array by static analysis 148
dschungelabenteuer/vite-plugin-entry-shaking A plugin that optimizes code imports in development mode by eliminating unused exports 124
paldepind/functionize A library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods. 49
owlsdepartment/vite-plugin-babel Enables Babel transformation of JavaScript code during Vite build and serve phases 53