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
- Ensure all new errors have a file identifier or source location info.
- Update type for Compiled CSS files to include a FileIdentifier for
definition data. For embedded data, a hash is appended to the path.
- Update NodeJSImporter to include definition file identifiers.
thrownewError(`Definition data is in unsupported encoding or format. Embedded data must be in text/css;base64 format.\nFormat given: ${dfnHeader}`);
168
+
thrownewError(`Definition data is in unsupported encoding or format. Embedded data must be in text/css;base64 format.\nFile Identifier: ${identifier}\nFormat given: ${dfnHeader}`);
158
169
}
159
170
}else{
160
171
// Read in the definition data from the given path.
0 commit comments