Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Aug 5, 2023
1 parent 015734a commit 4309b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template/vite/tmpl/vite.main.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
resolve: {
// Some libs that can run in both Web and Node.js, such as `axios`, we need to tell Vite to build them in Node.js.
browserField: false,
conditions: ["node"],
conditions: ['node'],
mainFields: ['module', 'jsnext:main', 'jsnext'],
},
});

0 comments on commit 4309b1b

Please sign in to comment.