Skip to content

Commit

Permalink
adding resize detector to build transpile
Browse files Browse the repository at this point in the history
  • Loading branch information
souzadevinicius committed Jan 5, 2024
1 parent 358dfa3 commit c70dcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.0.0
nodejs 20.0.0
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineNuxtConfig({
},
devtools: { enabled: true },
build: {
transpile: [/echarts/, /zrender/],
transpile: [/echarts/, /zrender/, , /resize-detector/],
},
piniaPersistedstate: {
storage: "localStorage",
Expand Down

0 comments on commit c70dcd6

Please sign in to comment.