KonnorRogers / snowpack-plugin-rollup-bundle

A plugin for Snowpack to bundle for production.
MIT License
48 stars 6 forks source link

Bug: CommonJS helpers get hashed twice #18

Closed KonnorRogers closed 4 years ago

KonnorRogers commented 4 years ago

In the generated manifest.json commonjs helpers get hashed twice and looks something like this:

{
    "_commonjsHelpers-8c19dec8": {
      "js": "/chunks/_commonjsHelpers-8c19dec8-0e274669.chunk.js",
      "js.map": "/chunks/_commonjsHelpers-8c19dec8-0e274669.chunk.js.map"
    }
}

Im not even sure if this is even worth trying to fix...especially since I dont expect anyone to reference this directly.

KonnorRogers commented 4 years ago

Until this becomes an issue, I won't bother. Reopen with any questions or concerns.