@module-federation/error-codes
Advanced tools
Comparing version
@@ -16,3 +16,3 @@ 'use strict'; | ||
const type = errorCode.split('-')[0].toLowerCase(); | ||
return `https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`; | ||
return `View the docs to see how tow solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`; | ||
}; | ||
@@ -53,3 +53,3 @@ const getShortErrorMsg = (errorCode, errorDescMap, args, originalErrorMsg)=>{ | ||
const typeDescMap = { | ||
[TYPE_001]: 'Failed to generate type declaration.' | ||
[TYPE_001]: 'Failed to generate type declaration. Execute the below cmd to reproduce and fix the error.' | ||
}; | ||
@@ -56,0 +56,0 @@ const buildDescMap = { |
@@ -7,3 +7,3 @@ { | ||
"sideEffects": false, | ||
"version": "0.11.4", | ||
"version": "0.12.0", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
8548
2.15%