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>2021-12-31 15:28:22 +0300
committerdartcafe <github@dartcafe.de>2021-12-31 15:28:22 +0300
commitc18da8b85567a0360fca2ab0d448e292dae240d9 (patch)
tree22707720a00de9bc01f7e59c66e8466d171f56ad /webpack.config.js
parentc829cfb907290af5629812a0ffc20fb18c8c2fce (diff)
update config
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index fe8877bd..756f2c8d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -105,7 +105,6 @@ module.exports = {
}),
new StyleLintPlugin({
files: 'src/**/*.{css,scss,vue}',
- failOnError: !isDev,
}),
new webpack.DefinePlugin({ appName: JSON.stringify(appName) }),
new webpack.DefinePlugin({ appVersion: JSON.stringify(appVersion) }),