Skip to content

Naming chunks correctly

Compare
Choose a tag to compare
@jacksteamdev jacksteamdev released this 28 Dec 23:43

The last release broke chunk file names and paths for non-entry modules, removing subfolders and adding double hashes to output files. The manifest retained the expected file names, but the files were named incorrectly.

This release fixes that problem. We've added some tests to make sure that the file names in the manifest always match the output file names.

v3.5.1...v3.5.2