babel-plugin-module-resolver
Module resolver
A Babel plugin to simplify import paths in JavaScript projects by resolving relative paths to absolute module paths
Custom module resolver plugin for Babel
3k stars
17 watching
205 forks
Language: JavaScript
last commit: 7 months ago
Linked from 1 awesome list
babelbabel-pluginresolver
Related projects:
Repository | Description | Stars |
---|---|---|
miketamis/babel-plugin-hash-resolve | Solves the issue of resolving relative paths in JavaScript imports | 7 |
entwicklerstube/babel-plugin-root-import | A Babel plugin that allows importing modules with root-based paths | 1,176 |
babel/minify | A tool that uses Babel's compiler to achieve minification of modern JavaScript code by targeting only browsers that support newer ES features. | 4,393 |
kentcdodds/babel-plugin-macros | Provides a standard interface for compile-time code transformation in JavaScript projects | 2,625 |
babel/babel-loader | Transpiles JavaScript files using Babel for compatibility with older browsers and versions of Node.js | 4,826 |
rollup/plugins | A collection of official plugins for a popular JavaScript module bundler | 3,643 |
zheeeng/babel-plugin-rewrite-module-path | A Babel plugin that rewrites module paths to shorten and improve import statements | 2 |
dfreeman/ember-cli-babel-plugin-helpers | Utility package for managing Babel plugins in Ember CLI apps and addons | 4 |
hustcc/babel-plugin-optimize-i18n | Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
hustcc/babel-plugin-version | Replaces version number placeholders in JavaScript code with actual package version. | 5 |
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 |
speedskater/babel-plugin-rewire | A Babel plugin for rewriting module dependencies to facilitate testing and mocking of external dependencies. | 842 |
codemix/babel-plugin-macros | Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
peteringram0/babel-plugin-console-source | Adds file names and line numbers to console logs in JavaScript code | 37 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |