Can this plug-in work on Netlify?
If yes, how should it be implemented?
To install the module I tried to insert the plugin in the dependencies of the package.json file and the snipped code in the gatsby-config.js file. I received this message Error: Cannot find module './src/linkResolver'.
Can this plug-in work on Netlify? If yes, how should it be implemented?
To install the module I tried to insert the plugin in the dependencies of the package.json file and the snipped code in the gatsby-config.js file. I received this message
Error: Cannot find module './src/linkResolver'
.Any suggestion?