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

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-05-17 23:05:38 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-05-17 23:05:38 +0300
commitc849ae0a40d7a02d01de23dcf476ab98abcd1464 (patch)
treed8951b8f2fb1503eed4c08ec0c4741b67f4433b8 /webpack.config.js
parent8095c16802c26a56a601576f52c201c6b950f0c6 (diff)
Added passlink qr code scanner
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 0f6c1ee..3d47233 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -88,7 +88,7 @@ module.exports = env => {
}
},
{
- test: /\.scss$/,
+ test: /\.s?css$/,
use : [
{loader: 'vue-style-loader'},
{