@netlify/build 28.1.99-test3 → 28.1.99-test4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/error/type.js +2 -0
- package/package.json +1 -1
package/lib/error/type.js
CHANGED
|
@@ -110,6 +110,7 @@ const TYPES = {
|
|
|
110
110
|
pluginValidation: {
|
|
111
111
|
title: ({ location: { packageName } }) => `Plugin "${packageName}" internal error`,
|
|
112
112
|
stackType: 'stack',
|
|
113
|
+
showErrorProps: true,
|
|
113
114
|
locationType: 'buildFail',
|
|
114
115
|
severity: 'warning',
|
|
115
116
|
},
|
|
@@ -126,6 +127,7 @@ const TYPES = {
|
|
|
126
127
|
ipc: {
|
|
127
128
|
title: ({ location: { packageName } }) => `Plugin "${packageName}" internal error`,
|
|
128
129
|
stackType: 'none',
|
|
130
|
+
showErrorProps: true,
|
|
129
131
|
locationType: 'buildFail',
|
|
130
132
|
severity: 'warning',
|
|
131
133
|
},
|