Skip to content

Commit

Permalink
Merge pull request #37 from CREATE-ROCKET/buildAction
Browse files Browse the repository at this point in the history
build action error
  • Loading branch information
Luftalian authored Nov 16, 2023
2 parents e7b71a2 + fe2a9d7 commit a37d21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
},
build: {
rollupOptions: {
external: ['chart.js/auto'],
external: ['chart.js/auto', 'three'],
},
},
});

0 comments on commit a37d21a

Please sign in to comment.