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
- Type:
function(filePath):<Promise>
- Default:
your cdn upload function with filePath. the funtion return a Promise with final url resolved
(filePath) => { return Promise.resolve(""); };