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

Also remove page-data.json #15

Open timfish opened 4 years ago

timfish commented 4 years ago

When using this plugin, my page still contains:

<link as="fetch" rel="preload" href="/page-data\index\page-data.json" crossorigin="anonymous"/>

It's my assumption that these are only required for React so they have no use with JavaScript removed?