Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

v2.4.0

Compare
Choose a tag to compare
@samrith-s samrith-s released this 15 Mar 16:16
· 24 commits to main since this release

There have been quite a few issues as pointed out in #13. This release addresses the issue and adds some extra configuration options to better tackle it.

  • Added flatten to Structurizer. The flatten option is used in conjunction with nested HTML files in your source which Parcel by default does not output in a flat structure.
{
    "rules": [
        {
            "match": "*.js",
            "folder": "js",
            "flatten": true
        }
    ]
}
  • Delete all empty folders after structurization.