From 3cee1a2cd0edf0dc1bb6799aad9f94043c1b7f75 Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Fri, 7 Aug 2020 11:50:58 +0200 Subject: added a webpack config (from app-tutorial) Signed-off-by: Jonathan Treffler --- webpack.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webpack.js 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 -- cgit v1.2.3