Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: exclude webpack from nccbuild (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl authored and tilmx committed Apr 16, 2019
1 parent 6ffb90d commit 052bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check:dependencies": "alva-dependencies -i electron --entry lib/renderer/index.js --entry lib/bin/static/index.js --entry lib/bin/node.js --entry lib/bin/electron.js --entry lib/bin/analyze.js",
"copy:scripts": "ncp lib/scripts nccbuild/scripts",
"copy:vendor": "ncp vendor nccbuild/vendor",
"compile:ncc": "ncc build src/bin/electron.ts -e electron -e monaco-editor -e ws -o nccbuild && ncp package.ncc.json nccbuild/package.json",
"compile:ncc": "ncc build src/bin/electron.ts -e webpack -e electron -e monaco-editor -e ws -o nccbuild && ncp package.ncc.json nccbuild/package.json",
"bundle": "webpack --production",
"build:clean": "npm run clean && npm run build",
"build:electron": "electron-builder --project nccbuild",
Expand Down

1 comment on commit 052bf24

@marionebl
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.