A vite plugin that support commonjs to esm in vite. Latest version: 1.0.3, last published: 3 years ago. Start using @originjs/vite-plugin-commonjs in your project by running `npm i @originjs/vite-plugin-commonjs`. There are 46 other projects in the npm r
you can use vite plugin@originjs/vite-plugin-commonjs, see alsohere. Please note that the plugin only supports part of CommonJS syntax. That means some syntax is not supported. You need to covert them to ES Modules syntax manually
$ npm install @originjs/webpack-to-vite -g $ webpack-to-vite <project path> The converted Vite project could be found in a new directoryfilename-toVite. Note: the default conversion is vue-cli project. Pass in the-t webpackoption to convert a webpack project. ...
Hi there! Can you provide a detailed description of what your differences with https://github.com/originjs/vite-plugin-federation Like this: Feature MF Vite vite-plugin Support Vite-Webpack yes yes Support Webpack-Vite yes yes feature 3 ...
npm install @originjs/vite-plugin-federation --save-dev 或者yarn add @originjs/vite-plugin-federation --dev 使用使用Module Federation通常需要2个以上的工程,一个作为Host端,一个作为Remote端。步骤一:Remote端配置暴露的模块使用Vite构建的项目,修改vite.config.js ...