summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:00:10 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:00:10 +0200
commit41f6d90ae70aacff0eb6595a919cd33f1096fe55 (patch)
tree78787cf8ae707896bb677d6c0a5174c88012b361 /webpack.common.js
parent6e70e23cfdc24492d227dfdce7e12394875d584d (diff)
Starting Nextcloud Social
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.common.js b/webpack.common.js
index ba438b5e..f0b7aea8 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -6,7 +6,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
- filename: 'vueexample.js'
+ filename: 'social.js'
},
module: {
rules: [
@@ -39,4 +39,4 @@ module.exports = {
},
extensions: ['*', '.js', '.vue', '.json']
}
-}; \ No newline at end of file
+};