babel-plugin-rewire
Dependency rewirler
A Babel plugin for rewriting module dependencies to facilitate testing and mocking of external dependencies.
A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
842 stars
9 watching
90 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Babel plugin that rewrites module paths to shorten and improve import statements | 2 |
| A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
| A TypeScript plugin for Rollup that bundles declarations and enables integration with transpilers like Babel and swc. | 496 |
| Enables Babel transformation of JavaScript files during Vite development and build processes. | 53 |
| Removes unused Ramda dependencies from JavaScript code to simplify imports and reduce bundle size. | 311 |
| A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
| A plugin that transpiles JavaScript code to newer versions using Babel | 57 |
| An extension for Vite that integrates BrowserSync for live code reloading and previewing. | 67 |
| A Babel plugin to simplify React component development by automatically extending the React class and importing React within components. | 10 |
| Forces all import bindings of shared dependencies to come from one absolute source in bundle builds. | 3 |
| Provides suggestions for optimizing dependencies and reducing redundancy in software projects | 359 |
| Automatically rebuilds browserify bundles in response to file changes | 1,789 |
| A plugin for Vite that uses Babel to compile TypeScript code and work around some experimental features not supported by Esbuild. | 24 |
| A plugin that optimizes rendering by hoisting function components to the highest possible scope to prevent changes. | 8 |
| A prelude/standard library for ReasonML projects providing utility functions and data structures. | 267 |