🔧 Cleaned up package.json and bumped airdcpp-apisocket

This commit is contained in:
2023-02-27 13:52:05 -05:00
parent bcd53b3ad0
commit 45bcb4102d
4 changed files with 131 additions and 1881 deletions

View File

@@ -1,11 +1,15 @@
import react from '@vitejs/plugin-react';
import { nodeResolve } from "@rollup/plugin-node-resolve";
import { defineConfig } from 'vite';
export default defineConfig({
// publicDir: './public',
build: "esnext",
plugins: [
// …
nodeResolve({
// browser: true
exportConditions: ['node'],
}),
react({
// Use React plugin in all *.jsx and *.tsx files
include: '**/*.{jsx,tsx}',