itmayziii / gatsby-plugin-no-javascript

Removes all javascript files created by Gatsby from the static HTML files.
MIT License
77 stars 13 forks source link

Not working with latest Gatsby version 3.14.2 #33

Open SapneshNaik opened 2 years ago

SapneshNaik commented 2 years ago

Information

I get the following warning when running gatsby build and I see it is not working.

$ gatsby build warn Plugin gatsby-plugin-no-javascript is not compatible with your gatsby version 3.14.2 - It requires gatsby@^2.0.0 warn Plugin gatsby-plugin-no-javascript is not compatible with your gatsby version 3.14.2 - It requires gatsby@^2.0.0 ... success run page queries - 21.347s - 113/113 5.29/s success write out requires - 0.024s success Building production JavaScript and CSS bundles - 275.225s success Rewriting compilation hashes - 0.028s success Writing page-data.json files to public directory - 16.141s - 113/113 7.00/s

Versions:

"gatsby": "^3.14.2", "gatsby-plugin-no-javascript": "^2.0.5",

How can I fix this?