diff --git a/vite.config.js b/vite.config.js index f0b623ed16..4eb4d3baca 100644 --- a/vite.config.js +++ b/vite.config.js @@ -41,11 +41,6 @@ export default defineConfig({ outDir: './dist_local', rollupOptions: { plugins: [nodePolyfills()], - // input: ['index.html', 'src/Core/Core.js'], - // output: [ - // {}, - // { file: './src/Viewer/core.js', format: 'iife', name: 'Core' }, - // ], }, commonjsOptions: { transformMixedEsModules: true,