diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..99418f1 --- /dev/null +++ b/webpack.config.js @@ -0,0 +1,5 @@ +const path = require('path') + +const webpackConfig = require('@nextcloud/webpack-vue-config') + +module.exports = webpackConfig