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

Remove JavaScript from specific pages #24

Closed hazem3500 closed 3 years ago

hazem3500 commented 3 years ago

Is your feature request related to a problem? Please describe. I only want to remove js from certain pages on my site

Describe the solution you'd like Could there be an option to specify the pages this plugin would run on?

hazem3500 commented 3 years ago

turns out excludePaths takes a regex so you can filter out specific pages