fix: superdough worklets bundling
This commit is contained in:
parent
5702914661
commit
7bec92ca99
3 changed files with 49 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import { defineConfig } from 'vite';
|
||||
import { dependencies } from './package.json';
|
||||
import { resolve } from 'path';
|
||||
import { bundleAudioWorkletPlugin } from './vite-plugin-bundle-audioworklet';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [],
|
||||
plugins: [bundleAudioWorkletPlugin()],
|
||||
build: {
|
||||
lib: {
|
||||
entry: resolve(__dirname, 'index.mjs'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue