Skip to content

Commit

Permalink
Merge pull request #150 from GitDataAI/revert/build_external
Browse files Browse the repository at this point in the history
rever: remove rollup option
  • Loading branch information
hunjixin authored Mar 26, 2024
2 parents b36e6c9 + 12fe432 commit dbdfdec
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ export default ({ command }) => {
minify: true,
sourcemap: 'inline',
cacheDir: '.vite/cache',
rollupOptions: {
external: ['react', 'react-dom'],
output: {
globals: {
react: 'React',
'react-dom': 'ReactDOM',
},
},
},
terserOptions: {
compress: {
drop_console: true,
Expand Down

0 comments on commit dbdfdec

Please sign in to comment.