Skip to content

Commit

Permalink
Merge pull request #67 from gobitfly/fix_prod_built
Browse files Browse the repository at this point in the history
fix production built
  • Loading branch information
peterbitfly authored Mar 5, 2024
2 parents 2cd5f7d + 8b72943 commit cb4686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ export default defineNuxtConfig({
}
},
build: {
transpile: ['echarts', 'zrender', 'tslib']
transpile: ['echarts', 'zrender', 'tslib', 'resize-detector']
}
})

0 comments on commit cb4686d

Please sign in to comment.