vite-plugin-commonjs
Module loader
A pure JavaScript implementation of the CommonJS module system for use in web applications.
A pure JavaScript implementation for CommonJs
110 stars
7 watching
17 forks
Language: TypeScript
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tomjs/vite-plugin-html | A plugin for Vite that handles HTML files, providing compression, loading, and CDN functionality. | 4 |
wille/vite-preload | A Vite plugin to preload server-rendered React components and stylesheets for improved loading performance. | 17 |
davidbonnet/vite-plugin-module-list | Generates a module to automatically import modules of a given folder | 3 |
requirejs/cajon | A JavaScript module loader that supports both CommonJS and AMD modules. | 117 |
nonzzz/vite-plugin-cdn | A plugin that replaces module imports with CDN URLs in Vite projects. | 75 |
cszhjh/vite-plugin-magic-preloader | A plugin for Vite that enables resource preloading and prefetching within import() statements. | 11 |
solidjs/vite-plugin-solid | An integration to run solid-js with vite. | 440 |
vitejs/vite-plugin-vue2 | A plugin that enables Vue 2.7 support in the Vite development server | 551 |
vitejs/vite-plugin-react | A plugin for Vite that streamlines development of React applications by providing a single, all-in-one solution for setting up and maintaining these projects. | 608 |
applelo/vite-plugin-browser-sync | An extension for Vite that integrates BrowserSync for live code reloading and previewing. | 67 |
pdelacroix/vite-plugin-melange | A Vite plugin that integrates Melange into the build process for compiling and hot reloading JavaScript source files. | 11 |
fengxinming/vite-plugins | Custom plugins for building and optimizing web applications with Vite | 70 |
dojo/loader | A JavaScript module loader that supports AMD and CJS formats for loading modules in web browsers, Node.js, and Nashorn environments. | 16 |
tomjs/vite-plugin-electron | A plugin to simplify development configuration for Electron applications using Vite. | 5 |
vitejs/vite-plugin-vue | Enhances Vite by integrating Vue.js functionality | 499 |