Add Relay, Pool
This commit is contained in:
+1
-3
@@ -1,13 +1,11 @@
|
||||
import path from 'path'
|
||||
import {defineConfig} from 'vite'
|
||||
import eslint from 'vite-plugin-eslint'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [eslint()],
|
||||
build: {
|
||||
lib: {
|
||||
entry: path.resolve(__dirname, 'lib/main.ts'),
|
||||
name: 'paravel',
|
||||
entry: path.resolve(__dirname, 'lib/main.ts'),
|
||||
fileName: (format) => `paravel.${format}.js`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user