You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
30
39
}
40
+
41
+
functioncheck(config){
42
+
if(typeofconfig==='function'){
43
+
// We could try to invoke it but that could maybe have side unintended side effects
44
+
// and/or fail due to missing parameters, so we read the file instead
0 commit comments