Update electron-builder.json files rule
- ".angular-cli.json" has been renamed in Angular 6 for "angular.json" - Found out that some nested typscript files were still bundled
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"**/*",
|
"**/*",
|
||||||
"!*.ts",
|
"!**/*.ts",
|
||||||
"!*.code-workspace",
|
"!*.code-workspace",
|
||||||
"!LICENSE.md",
|
"!LICENSE.md",
|
||||||
"!package.json",
|
"!package.json",
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"!src/",
|
"!src/",
|
||||||
"!e2e/",
|
"!e2e/",
|
||||||
"!hooks/",
|
"!hooks/",
|
||||||
"!.angular-cli.json",
|
"!angular.json",
|
||||||
"!_config.yml",
|
"!_config.yml",
|
||||||
"!karma.conf.js",
|
"!karma.conf.js",
|
||||||
"!tsconfig.json",
|
"!tsconfig.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user