@amory/asset
v2018.6.16-0
Published
Copy assets to public directory with content hash
Downloads
107
Readme
- @amory/asset
** Example
**** =gatsby-config.js=
#+begin_src js module.exports = { "plugins": [ { "options": { "regex": /.(woff)$/, "saveDir": ["/", "fonts"], "saveName": ["initName", "-", "initHash", ".", "saveExt"], "src": "src/fonts", "type": "Font" }, "resolve": "@amory/asset" } ] } #+end_src