Skip to content

Commit

Permalink
build: は不要
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 24, 2024
1 parent fae62a3 commit 1cc1071
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ export default defineConfig({
'@shiguredo/mp4-media-stream',
],
},
build: {
rollupOptions: {
input: {
index: resolve(__dirname, 'index.html'),
virtualBackground: resolve(__dirname, 'virtual-background/index.html'),
lightAdjustment: resolve(__dirname, 'light-adjustment/index.html'),
lightAdjustmentGpu: resolve(__dirname, 'light-adjustment-gpu/index.html'),
noiseSuppression: resolve(__dirname, 'noise-suppression/index.html'),
videoMultiProcessors: resolve(__dirname, 'video-multi-processors/index.html'),
videoMultiProcessorsGpu: resolve(__dirname, 'video-multi-processors-gpu/index.html'),
mp4MediaStream: resolve(__dirname, 'mp4-media-stream/index.html'),
},
},
},
envDir: resolve(__dirname, '..'),
plugins: [
viteStaticCopy({
Expand Down

0 comments on commit 1cc1071

Please sign in to comment.