Skip to content

Commit

Permalink
fix(coin-tester): viteCommonjs should skipPreBuild (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
hank121314 authored Feb 11, 2022
1 parent c42da28 commit dadefc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/coin-tester/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export default defineConfig({
process: require.resolve('process/browser'),
},
},
plugins: [react(), viteCommonjs()],
plugins: [react(), viteCommonjs({ skipPreBuild: true })],
});

0 comments on commit dadefc7

Please sign in to comment.