Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Test Case - Exact

This test case contains one entry: a.html.

  • It loads a.js and c.js
  • The plugin is configured to cache a.html and c.js

Parcel Output

  • a.html
    • a.js -> a.[HASH1].js
    • c.js -> a.[HASH2].js

[HASH1], and [HASH2] represent the three different hashes Parcel generated

Files Cached:

  • a.html
  • a.[HASH2].js