summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-07 11:50:58 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 20:04:52 +0100
commitda4becd8b8f7b75f87c49f96dd165faf4bf60d16 (patch)
treee3c3506beddafbf669ec65f19147ccf9dfac0d54
parent6c0d554296c4190b4368c881444c8014ed0a214a (diff)
added a webpack config (from app-tutorial)
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
-rw-r--r--webpack.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.js b/webpack.js
new file mode 100644
index 000000000..e5daa927a
--- /dev/null
+++ b/webpack.js
@@ -0,0 +1,3 @@
+const webpackConfig = require('@nextcloud/webpack-vue-config')
+
+module.exports = webpackConfig