electron-webpack
Version:
> Because setting up `webpack` in the `electron` environment shouldn't be difficult.
16 lines • 368 B
YAML
extraMetadata:
main: main.js
files:
-
from: .
# package.json is added to filter for main file set in any case, but some inclusive pattern must be in the filter, otherwise electron-builder will add */**
filter: ["package.json"]
-
from: "dist/main"
-
from: "dist/renderer"
-
from: "dist/renderer-dll"
-
from: static
to: static