Latest version: 0.0.1, last published: 10 months ago. Start using vite-plugin-polyfill in your project by running `npm i vite-plugin-polyfill`. There are no other projects in the npm registry using vite-plugin-polyfill.
vite-plugin-uni-polyfill 解决UniApp 依赖版本与 Vue 主版本库差异导致其它库不可使用问题. 补充TransitionGroup API 避免小程序 VueUse 编译错误。 提取自 @uni-app#4604 ,感谢提供解决方案! Use npm install vite-plugin-uni-polyfill -D // vite.config.ts import { defineConfig } from 'vite' import ...
A Vite plugin to polyfill Node's Core Modules for browser environments. - davidmyersdev/vite-plugin-node-polyfills
Latest version: 0.1.0, last published: 4 years ago. Start using vite-plugin-dynamic-import-polyfill in your project by running `npm i vite-plugin-dynamic-import-polyfill`. There are no other projects in the npm registry using vite-plugin-dynamic-import-p
Describe the bug I try build my project with vite 3. I use @vitejs/plugin-legacy for support old browsers. my vite.config.js file is import { resolve } from 'path'; import { defineConfig } from 'vite'; import vue from '@vitejs/plugin-vue...
export default function buildConfig(nodeIntegration?: boolean): Plugin[] { return [ { name: 'vite-plugin-electron-renderer:builtins', config(config) { const aliases: Alias[] = [ // Always polyfill electron. { find: 'electron', replacement: 'vite-plugin-electron-renderer/builtins/elect...
// babel-helpers // Using `String.raw` to inject `@babel/plugin-transform-template-literals` // helpers.5 changes: 4 additions & 1 deletion 5 packages/plugin-legacy/index.js Original file line numberDiff line numberDiff line change @@ -330,7 +330,10 @@ function viteLegacyPlugin(options...
feat: polyfill import.meta.env Browse files main (caoxiemeihao/vite-electron-plugin#34) caoxiemeihao committed Nov 7, 2022 1 parent 1fb98b4 commit 4dcccee Showing 1 changed file with 8 additions and 0 deletions. Whitespace Ignore whitespace Split Unified ...
facadeToModernPolyfillMap, config.build, 'es', opts, options.externalSystemJS ) return @@ -160,13 +161,14 @@ function viteLegacyPlugin(options: Options = {}): Plugin[] { ) await buildPolyfillChunk( 'polyfills-legacy', legacyPolyfills, bundle, facadeToLegacyPolyfillMap, // force using ters...