mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-11-21 11:37:26 +01:00
added webpack config
This commit is contained in:
parent
b4d9d7b2fd
commit
bdc5bf0f9c
1 changed files with 5 additions and 0 deletions
5
webpack.config.js
Normal file
5
webpack.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const path = require('path')
|
||||
|
||||
const webpackConfig = require('@nextcloud/webpack-vue-config')
|
||||
|
||||
module.exports = webpackConfig
|
Loading…
Reference in a new issue