1.0.5 • Published 1 year ago

gatsby4-cdn-plugin v1.0.5

Weekly downloads
-
License
0BSD
Repository
github
Last release
1 year ago

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