Skip to content

Commit

Permalink
Merge pull request #58 from nattvara/fix-prod-builds
Browse files Browse the repository at this point in the history
Fix production web-ui builds not building
  • Loading branch information
nattvara authored Apr 25, 2023
2 parents 0917627 + 9aca51d commit 0d0f16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-ui/.umirc.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'umi';

export default defineConfig({
esbuildMinifyIIFE: true,
routes: [
{ path: '/', component: 'index' },

Expand Down

0 comments on commit 0d0f16f

Please sign in to comment.