Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby4-cdn-plugin

A Gatsby4 plugin which parsing assets of public,which is js | css | json, upload them to cdn and replace the source of html | app.js | webpackRuntime.js

Options

uploader

  • Type: function(filePath):<Promise>
  • Default:
    (filePath) => {
      return Promise.resolve("");
    };
    your cdn upload function with filePath. the funtion return a Promise with final url resolved
© 2023 Gatsby, Inc.