Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
create-content seems included twice #315
Comments
|
it looks like a rollup plugin issue https://stackoverflow.com/questions/53302600/rollup-babel-duplicate-definitions-in-output-file |
|
Does your previous commit fix the issue with rollup, or we've to wait for a fix on rollup itself? |
|
I've monkey-patched the issue and took the opportunity to update the whole rollup stack, however not much gain once compressed since repeated content size is usually irrelevant. anyway, good catch, thanks for filing this. |
Fix #315 - include same dependencies once
In the current latest version, @ungap/create-content seems to be included twice.
To verify, open previous link, and search for
var createContent; you'll find matches forvar createContentandvar createContent$1, but the code is almost identical. Is this expected?