mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Updated peerDependencies
This commit is contained in:
@@ -4,7 +4,7 @@ import react from "@vitejs/plugin-react";
|
||||
import { resolve } from "path";
|
||||
import { defineConfig } from "vite";
|
||||
import dts from "vite-plugin-dts";
|
||||
import { dependencies } from "./package.json";
|
||||
import { peerDependencies } from "./package.json";
|
||||
|
||||
|
||||
// https://vite.dev/config/
|
||||
@@ -40,7 +40,7 @@ export default defineConfig({
|
||||
"react",
|
||||
"react-dom",
|
||||
"react/jsx-runtime",
|
||||
...Object.keys(dependencies)
|
||||
...Object.keys(peerDependencies)
|
||||
],
|
||||
output: {
|
||||
globals: {
|
||||
|
||||
Reference in New Issue
Block a user