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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
I try to use raml-typesytem to validate JSON with RAML types in browser app.
But for successful execute, settings of webpack (I use it for build with @angular/cli) should be modified to load .json files without extensions.
Probably, require could be changed to ../../resources/errorMessages.json to be compatible with browser applications without additional settings.
The text was updated successfully, but these errors were encountered:
I try to use
raml-typesytem
to validate JSON with RAML types in browser app.But for successful execute, settings of
webpack
(I use it for build with@angular/cli
) should be modified to load.json
files without extensions.Probably, require could be changed to
../../resources/errorMessages.json
to be compatible with browser applications without additional settings.The text was updated successfully, but these errors were encountered: