From bf6af2df5abcc04fa09a4afcc45c86f88866f613 Mon Sep 17 00:00:00 2001 From: Kirill Khoroshilov Date: Sat, 29 Feb 2020 22:11:57 +0300 Subject: [PATCH] feat: update link --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f6babd0..8b65cf3 100644 --- a/src/index.js +++ b/src/index.js @@ -31,7 +31,7 @@ const component = { console.warn( 'Unsupported loader name ' + '"' + this.name + '".' - + 'See https://github.com/Hokid/vue-loaders#loaders-names' + + 'See https://github.com/Hokid/vue-loaders#loaders' ); return null;