feat: compose stable product surfaces
Module Package Release / publish-packages (push) Successful in 13s
Module Package Release / publish-packages (push) Successful in 13s
This commit is contained in:
@@ -214,6 +214,10 @@ export default defineConfig({
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: deferredVendorChunk,
|
||||
// Dynamic chunk names are implementation details. Keeping only the
|
||||
// content hash avoids shipping every source/module name in Vite's
|
||||
// preload table, which is part of the initial application payload.
|
||||
chunkFileNames: "assets/c-[hash].js",
|
||||
// Keep dependencies of deferred BPMN packages in their lazy graph. The
|
||||
// legacy Rollup behavior merged those dependencies into manual chunks
|
||||
// and hoisted the properties-panel runtime into the application entry.
|
||||
|
||||
Reference in New Issue
Block a user