Skip to content

Commit

Permalink
Revert "build: は不要"
Browse files Browse the repository at this point in the history
This reverts commit 1cc1071.
  • Loading branch information
voluntas committed Dec 25, 2024
1 parent 1cc1071 commit 35c067e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ 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 35c067e

Please sign in to comment.