Closed StevenWeathers closed 5 years ago
Can you elaborate? Are you referring to multiple outputting multiple entry that are not dynamically loaded?
If you use rollups options like below, it throws errors:
{
dest: "somedir",
entryFileNames: "[name]-[hash].js",
chunkFileNames: "[name]-[hash].js"
}
Great, thanks! Will check this out tomorrow.
This should be fixed with v1.2.0
, which should now be published to both NPM and Yarn.
Rollup allows hashing/chunking, your plugin only works with the singular static bundle file. Would be nice if it worked with both solutions from Rollup.