0.8.7 • Published 2 years ago

jthawme-nuxt-image v0.8.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

HEY

This is a fork, to fix the fingerprinting of static files. This package should in fact use the contents of the file to create the [hash] part of static filename.

I couldn't work out the best way to report back this change to the main module as they are preparing for a new release, so it exists here, for you to:

Install

yarn add jthawme-image-fork

With nuxt 2 you also have to add this package to the transpile property in nuxt.config.js

...
build: {
  // other config etc.
  transpile: ["jthawme-nuxt-image"]
},

@nuxt/image

npm version npm downloads Checks Codecov

Contributing

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start development server using yarn dev

📑 License

Copyright (c) Nuxt Team