Skip to content

Commit

Permalink
package cjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Apr 5, 2023
1 parent fafb744 commit e9b68cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder-mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"to": "node_modules",
"filter": [
"**/*.js",
"**/*.cjs",
"**/*.json",
"**/*.css",
"**/*.woff",
Expand Down
1 change: 1 addition & 0 deletions electron-builder-windows-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"to": "node_modules",
"filter": [
"**/*.js",
"**/*.cjs",
"**/*.json",
"**/*.css",
"**/*.woff",
Expand Down
1 change: 1 addition & 0 deletions electron-builder-windows-x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"to": "node_modules",
"filter": [
"**/*.js",
"**/*.cjs",
"**/*.json",
"**/*.css",
"**/*.woff",
Expand Down

0 comments on commit e9b68cd

Please sign in to comment.