Skip to content

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
@jonalxh
Copy link

jonalxh commented Apr 7, 2020

Perfect, I was waiting for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants