Skip to content

Commit c9bd8a7

Browse files
committed
Comments
1 parent a30c68b commit c9bd8a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fission/electron/vite.main.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
},
1414
},
1515
resolve: {
16-
// 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.
16+
// Some libs that can run in both Web and Node.js, we need to tell Vite to build them in Node.js.
1717
conditions: ["node"],
1818
mainFields: ["module", "jsnext:main", "jsnext"],
1919
},

fission/forge.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const config: ForgeConfig = {
2424
new VitePlugin({
2525
build: [
2626
{
27-
// `entry` is just an alias for `build.lib.entry` in the corresponding file of `config`.
2827
entry: "src/main.ts",
2928
config: "electron/vite.main.config.ts",
3029
target: "main",

0 commit comments

Comments
 (0)