Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for [hash] in extract #288

Closed
ba55ie opened this issue Jun 17, 2020 · 1 comment
Closed

Add support for [hash] in extract #288

ba55ie opened this issue Jun 17, 2020 · 1 comment

Comments

@ba55ie
Copy link

ba55ie commented Jun 17, 2020

To safely use long-term caching I would like to be able to add a hash to the file name. Just as you can do with the entry or chunk file names in Rollup.

extract: 'dist/my-custom-file-name.[hash].css'

Or an output option like rollup-plugin-scss which enables you to add your own hash (e.g. using rev-hash).

@ba55ie
Copy link
Author

ba55ie commented Jun 19, 2020

With extract: true and a configurable output folder as mentioned in #284 this will be resolved.

@ba55ie ba55ie closed this as completed Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant