Skip to content

Commit

Permalink
worker es format
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 23, 2024
1 parent 306d20b commit 8edb195
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/integrity-wallet/inner-app/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default defineConfig(({ command, mode }) => {
build: {
minify: false
},
worker: {
format: 'es'
},
server: {
origin: base,
fs: {
Expand Down
3 changes: 3 additions & 0 deletions packages/integrity-wallet/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export default defineConfig(({ command, mode }) => {
strict: false
}
},
worker: {
format: 'es'
},
preview: { port: devConfig.port }
};
});

0 comments on commit 8edb195

Please sign in to comment.