Skip to content

Commit

Permalink
Set module resolution to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jdms754 committed Jul 5, 2024
1 parent cb33d11 commit 00f6310
Show file tree
Hide file tree
Showing 7 changed files with 1,887 additions and 29 deletions.
3 changes: 1 addition & 2 deletions forge.config.ts → forge.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { ForgeConfig } from '@electron-forge/shared-types';
import { MakerSquirrel } from '@electron-forge/maker-squirrel';
import { MakerZIP } from '@electron-forge/maker-zip';
import { MakerDeb } from '@electron-forge/maker-deb';
Expand All @@ -7,7 +6,7 @@ import { VitePlugin } from '@electron-forge/plugin-vite';
import { FusesPlugin } from '@electron-forge/plugin-fuses';
import { FuseV1Options, FuseVersion } from '@electron/fuses';

const config: ForgeConfig = {
const config = {
packagerConfig: {
asar: true,
},
Expand Down
Loading

0 comments on commit 00f6310

Please sign in to comment.