We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Gatsby Cli 2.12.37 This plugin 3.0.0
If I add this to gatsby.config.js { resolve: 'gatsby-plugin-react-svg', options: { rule: { include: /svg/ OR /assets/ or whatever } } },
I get this error during a build
ERROR #98123 WEBPACK
Generating development JavaScript bundle failed
query.substr is not a function
File: src\assets\svg\example.svg
I get this only when I add this plugin to config otherwise build is successful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running Gatsby Cli 2.12.37
This plugin 3.0.0
If I add this to gatsby.config.js
{
resolve: 'gatsby-plugin-react-svg',
options: {
rule: {
include: /svg/ OR /assets/ or whatever
}
}
},
I get this error during a build
ERROR #98123 WEBPACK
Generating development JavaScript bundle failed
query.substr is not a function
File: src\assets\svg\example.svg
I get this only when I add this plugin to config otherwise build is successful.
The text was updated successfully, but these errors were encountered: