ref/ clean custom webpack target ('electron-renderer' or 'web')

This commit is contained in:
Maxime GRIS
2020-08-15 12:38:59 +02:00
parent 85aaf86e57
commit e3a4e01a0e
4 changed files with 7 additions and 18 deletions

View File

@@ -119,8 +119,7 @@
"src/assets"
],
"customWebpackConfig": {
"path": "./angular.webpack.js",
"target": "electron-renderer"
"path": "./angular.webpack.js"
}
}
},