vite-plugin-externalize-deps
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -12,2 +12,3 @@ import { existsSync as d, readFileSync as a } from "node:fs"; | ||
useFile: u(process.cwd(), "package.json"), | ||
// User options take priority. | ||
...i | ||
@@ -14,0 +15,0 @@ }; |
{ | ||
"name": "vite-plugin-externalize-deps", | ||
"description": "A configurable Vite plugin to help externalize your dependencies (includes subpaths)", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"author": "David Myers <david@voracious.dev>", | ||
@@ -37,11 +37,10 @@ "funding": "https://github.com/sponsors/voracious", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@types/node": "^18.7.13", | ||
"typescript": "^4.8.2", | ||
"vite": "^3.0.9", | ||
"vite-plugin-inspect": "^0.6.0", | ||
"yarn": "^1.22.19" | ||
"vite": "^4.0.4", | ||
"vite-plugin-inspect": "^0.7.15" | ||
}, | ||
"peerDependencies": { | ||
"vite": "^2.0.0 || ^3.0.0" | ||
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0" | ||
}, | ||
@@ -48,0 +47,0 @@ "publishConfig": { |
@@ -10,3 +10,2 @@ import { defineConfig } from 'vite' | ||
fileName: 'index', | ||
formats: [], | ||
}, | ||
@@ -13,0 +12,0 @@ rollupOptions: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5
38385