🔧 Cleaned up package.json and bumped airdcpp-apisocket
This commit is contained in:
@@ -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}',
|
||||
|
||||
Reference in New Issue
Block a user