update packaging to create a packaged electron app for frontend

This commit is contained in:
sawka
2022-11-01 00:07:25 -07:00
parent 7b11999d29
commit 56a91a9601
7 changed files with 76 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = {
]
},
plugins: [
new MiniCssExtractPlugin({filename: "[name].css", ignoreOrder: true})
new MiniCssExtractPlugin({filename: "[name].css", ignoreOrder: true}),
],
resolve: {
extensions: ['.ts', '.tsx', '.js', '.mjs', '.cjs', '.wasm', '.json', '.less', '.css']