vite-plugin-no-bundle
Code builder
A Vite plugin that builds applications without bundling code
Use Vite for building without the bundling part.
61 stars
1 watching
1 forks
Language: TypeScript
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dreambo8563/vite-plugin-bundle-prefetch | A Vite plugin to prefetch resources in bundles | 19 |
nonzzz/vite-plugin-compression | Compresses bundle files for Vite applications. | 175 |
vite-plugin/vite-plugin-native | A plugin for bundling Node/Electron C/C++ native addons with Webpack | 15 |
tomjs/vite-plugin-vscode | A plugin for developing VSCode extensions with support for Vue and React, utilizing Vite for building and hot reloading webviews. | 40 |
aibayanyu20/vite-plugins | A collection of plugins for the Vite build tool to extend its functionality and improve development experience | 11 |
kolirt/vite-plugin-robots | Generates robots.txt files based on build mode | 9 |
davidbonnet/vite-plugin-module-list | Generates a module to automatically import modules of a given folder | 3 |
yzydeveloper/vite-plugin-babel-compiler | A plugin for Vite that uses Babel to compile TypeScript code and work around some experimental features not supported by Esbuild. | 24 |
herberttn/vite-plugin-typescript-transform | Applies TypeScript compiler during Vite's build phase to support limited features not yet supported by esbuild. | 16 |
axe-me/vite-plugin-node | Enables Vite to run a Node.js development server with hot module replacement | 1,001 |
vite-plugin/vite-plugin-optimizer | Manually pre-bundling plugin for Vite that allows developers to optimize and customize the bundling process of their applications. | 36 |
cyco130/vavite | A toolset that simplifies the development and building of server-side applications with Vite | 473 |
skrulling/vite-plugin-biome | A Vite plugin that integrates the Biome linter and formatter into the build process for fast and automated code quality checks. | 46 |
vite-plugin/vite-plugin-commonjs | A pure JavaScript implementation of the CommonJS module system for use in web applications. | 110 |
vitejs/vite-plugin-react-pages | A framework for building document sites and React component demos with vite | 461 |