Skip to content

Commit

Permalink
add inlineDynamicImports: true option
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jan 23, 2025
1 parent 9406727 commit dbbda36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow-server/src/main/resources/vite.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ function buildSWPlugin(): PluginOption {
},
output: {
entryFileNames: 'sw.js',
inlineDynamicImports: true,
},
},
},
Expand Down

0 comments on commit dbbda36

Please sign in to comment.