babel-plugin-root-import
Root Import Plugin
A Babel plugin that allows importing modules with root-based paths
Add the opportunity to import modules by the root path
1k stars
10 watching
76 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
babelbabel-plugines6tdd
Related projects:
Repository | Description | Stars |
---|---|---|
sectorlabs/babel-plugin-transform-named-imports | A Babel plugin that transforms named imports into full path imports to improve tree shaking and reduce bundle size. | 38 |
davidbonnet/vite-plugin-module-list | Generates a module to automatically import modules of a given folder | 3 |
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 |
zheeeng/babel-plugin-rewrite-module-path | A Babel plugin that rewrites module paths to shorten and improve import statements | 2 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
owlsdepartment/vite-plugin-babel | Enables Babel transformation of JavaScript files during Vite development and build processes. | 53 |
ungap/import-node | A polyfill for importing nodes in legacy browsers. | 7 |
icelab/draft-js-ast-importer | Tools to import and work with the abstract syntax tree of Draft.js content | 13 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 69 |
babel/broccoli-babel-transpiler | A plugin that transpiles JavaScript code to newer versions using Babel | 57 |
peteringram0/babel-plugin-console-source | Adds file names and line numbers to console logs in JavaScript code | 37 |
miketamis/babel-plugin-hash-resolve | Solves the issue of resolving relative paths in JavaScript imports | 7 |
dfreeman/ember-cli-babel-plugin-helpers | Utility package for managing Babel plugins in Ember CLI apps and addons | 4 |