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-01-02 10:16:32 +0300
committerdartcafe <github@dartcafe.de>2019-01-02 10:16:32 +0300
commit0c54bca405dbc0d8fc14845b161ac349b93cf335 (patch)
tree3582d823d3d78f5e4472cf84475a0809d033fde0 /webpack.prod.js
parentb91459fbef8ffc0ab3ce667be602b09b0c4b1edd (diff)
Trying to get scrutinizer quiet
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.prod.js b/webpack.prod.js
index f081567b..bf0ae2e0 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -1,3 +1,4 @@
+/*jshint esversion: 6*/
const merge = require('webpack-merge')
const common = require('./webpack.common.js')