Skip to content

4.0.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 02 May 02:33
· 122 commits to master since this release

4.0.0

Removed the runtime insertion hack from the Webpack 3 and below era, wherein only the first "entry" item had the runtime appended to it. This was originally implemented to avoid adding the runtime to the secondary "vendor" entry. Using "vendor" entry points which is no longer recommended for Webpack 4 and up.