Local plugin not being loaded #33269
-
Hi, am trying to develop a simple local plugin in my gatsby project. The steps I've taken are:
Running
If I deliberately misspell the plugin name in Output from
Any help much appreciated, am at a bit of a loss. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
you should remove
and the
|
Beta Was this translation helpful? Give feedback.
you should remove
index.js
and addgatsby-node.js
instead, with the same contentand the
plugins/gatsby-plugin-simple/package.json
should be like