refactor: establish unified viewer workspaces
This commit is contained in:
@@ -7,7 +7,9 @@ export default defineConfig({
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: { three: ['three'] },
|
||||
manualChunks(id) {
|
||||
if (id.includes('/node_modules/three/')) return 'three';
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user