Skip to content
New issue

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

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

Already on GitHub? # to your account

Features for v1.0.0 #59

Merged
merged 1 commit into from
Apr 7, 2020
Merged

Features for v1.0.0 #59

merged 1 commit into from
Apr 7, 2020

Conversation

melck
Copy link
Contributor

@melck melck commented Mar 21, 2020

  • Load all assets in assets entry with name, path, publicPath details.
  • Reduce a chunk entry to refer a list of asset's name
  • Add options integrity and integrityHashes to implement w3c SRI for
    each asset.

BREAKING CHANGE: JSON structure of stat file changes to add assets produced by webpack. Chunks entry
has beed changed to contain a list of asset name per chunk. You need to
change how assets are resolved for each chunk.

resolve #52, resolve #56

- Load all assets in assets entry with name, path, publicPath details.
- Reduce a chunk entry to refer a list of asset's name
- Add options `integrity` and `integrityHashes` to implement w3c SRI for
each asset.

BREAKING CHANGE: JSON structure of stat file changes to add assets produced by webpack. Chunks entry
has beed changed to contain a list of asset name per chunk. You need to
change how assets are resolved for each chunk.

resolve #52, resolve #56
@melck
Copy link
Contributor Author

melck commented Mar 21, 2020

@owais Could you review this and made another alpha version if ok ?

@melck
Copy link
Contributor Author

melck commented Apr 7, 2020

@owais Any news :) ?

@owais owais merged commit f98ade0 into django-webpack:master Apr 7, 2020
@owais
Copy link
Collaborator

owais commented Apr 7, 2020

@jonalxh
Copy link

jonalxh commented Apr 7, 2020

Perfect, I was waiting for it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explore using loaders to track assets v1.0.0
3 participants