0.1.0 • Published 1 year ago

farm-plugin-electron v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

farm-plugin-electron

Electron 🔗 Farm

Quick Setup

import { defineConfig } from '@farmfe/core'
import electron from 'farm-plugin-electron'

export default defineConfig({
  compilation: {
    presetEnv: false,
  },
  plugins: [electron({
    main: {
      input: 'electron/main.ts',
    },
  })],
})
0.1.0

1 year ago