summaryrefslogtreecommitdiffstats
path: root/electron-webpack.json
diff options
context:
space:
mode:
Diffstat (limited to 'electron-webpack.json')
-rw-r--r--electron-webpack.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/electron-webpack.json b/electron-webpack.json
new file mode 100644
index 0000000..630a979
--- /dev/null
+++ b/electron-webpack.json
@@ -0,0 +1,5 @@
+{
+ "renderer": {
+ "webpackConfig": "webpack.renderer.js"
+ }
+}