ref/ electron builder two packages build

This commit is contained in:
Maxime GRIS
2021-05-30 15:40:58 +02:00
parent 154d3fcb2b
commit d533e496d7
11 changed files with 167 additions and 204 deletions

View File

@@ -30,7 +30,7 @@
"configurations": {
"dev": {
"optimization": false,
"outputHashing": "all",
"outputHashing": "none",
"sourceMap": true,
"namedChunks": false,
"aot": false,
@@ -46,7 +46,7 @@
},
"web": {
"optimization": false,
"outputHashing": "all",
"outputHashing": "none",
"sourceMap": true,
"namedChunks": false,
"aot": false,
@@ -126,7 +126,7 @@
"eslintConfig": ".eslintrc.json",
"lintFilePatterns": [
"src/**/*.ts",
"main.ts"
"app/**.ts"
]
}
}