shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.43k stars 185 forks source link

fix: make manifest type match readme doc #282

Closed m1heng closed 2 years ago

m1heng commented 2 years ago

This PR contains:

Are tests included?

Breaking Changes?

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers: #284

Description

According to READ.ME, "return_ anything as long as it's serialisable by JSON.stringify". But when I started ts-check in my config file, I found Manifest type is Record<string, string> which is not quite fit into READ.ME.