From 5c535b455257a6187eb55611577691d8e033e10b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 15 Feb 2023 17:03:01 -0500 Subject: [PATCH] link to existing docs --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 50816535..8a5485ba 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ for (let i = 0; i < process.argv.length; i++) { try { const config = require(path.resolve(process.cwd(), configFile)); if (!config.resolve || !config.resolve.conditionNames || !config.resolve.conditionNames.includes('svelte')) { - console.warn('\n\u001B[1m\u001B[31mWARNING: You should add "svelte" to the "resolve.conditionNames" array in your webpack config.\u001B[39m\u001B[22m\n'); + console.warn('\n\u001B[1m\u001B[31mWARNING: You should add "svelte" to the "resolve.conditionNames" array in your webpack config. See https://github.com/sveltejs/svelte-loader#resolveconditionnames for more information\u001B[39m\u001B[22m\n'); } } catch (e) { // do nothing and hope for the best