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: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
entwicklerstube/babel-plugin-root-importA Babel plugin that allows importing modules with root-based paths1,176
xtuc/babel-plugin-transform-scala-lambdaA plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style54
bookshelf/processor-pluginAllows developers to define custom functions that transform values on model attributes4
vijaysutrave/babel-plugin-react-import-extendsA Babel plugin to simplify React component development by automatically extending the React class and importing React within components.10
agirton/webpack-babel-codemodA codemod script to transform commonjs import statements in JavaScript files to ES2015 imports4
infernojs/babel-plugin-infernoTransforms JSX to InfernoJS vNodes79
babel/babelA tool that transpiles modern JavaScript code to earlier versions of the language43,304
remcohaszing/babel-plugin-transform-react-class-to-functionA plugin that transforms React component classes into functions to improve consistency and simplify code maintenance.24
shuhei/babel-plugin-angular2-annotationsTransforms Angular 2 annotations into standard JavaScript syntax80
vslinko/babel-plugin-react-requireA Babel plugin that adds React import declaration to files containing JSX tags159
miketamis/babel-plugin-hash-resolveSolves the issue of resolving relative paths in JavaScript imports7
loganfsmyth/babel-plugin-transform-builtin-extendEnables extending built-in JavaScript types like Error and Array by static analysis148
dschungelabenteuer/vite-plugin-entry-shakingA plugin that optimizes code imports in development mode by eliminating unused exports125
paldepind/functionizeA library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods.49
owlsdepartment/vite-plugin-babelEnables Babel transformation of JavaScript files during Vite development and build processes.53