Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-12-20 23:28:12 +0300
committerdartcafe <github@dartcafe.de>2019-12-20 23:28:12 +0300
commit5cf767171dde545a48c6b42388f020a8af18c8fa (patch)
tree37b003b311c19f5942b0b7244227c5a9cfd2e118 /webpack.prod.js
parentb96f51be7eb2221320628ea32bbcf3bac3e59106 (diff)
timezone, avatar, update dependencies, tidy
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/webpack.prod.js b/webpack.prod.js
index fd929c5e..184715d3 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -1,7 +1,6 @@
-/*jshint esversion: 6*/
const merge = require('webpack-merge')
const common = require('./webpack.common.js')
module.exports = merge(common, {
- mode: 'production'
+ mode: 'production'
})