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 was archived by the owner on May 29, 2019. It is now read-only.
Listing ajv in devDependencies and not explicitly in dependencies might break the build of packages relying on extract-text-webpack-plugin. ajv might not be installed at all or might be resolved to a wrong version.
In our specific project, we have [email protected] as dependency in our main package.json, leading to the following error, since extract-text-webpack-plugin expects ajv to be version 4 but finds version 5:
Error: no schema with key or ref "http://json-schema.org/draft-04/schema#"
The text was updated successfully, but these errors were encountered:
Listing ajv in devDependencies and not explicitly in dependencies might break the build of packages relying on extract-text-webpack-plugin. ajv might not be installed at all or might be resolved to a wrong version.
In our specific project, we have [email protected] as dependency in our main package.json, leading to the following error, since extract-text-webpack-plugin expects ajv to be version 4 but finds version 5:
Error: no schema with key or ref "http://json-schema.org/draft-04/schema#"
The text was updated successfully, but these errors were encountered: