Obsolete Webpack Plugin Versions Save

🌈 A Webpack plugin generates a browser-side standalone script that detects browser compatibility based on `Browserslist` and prompts website users to upgrade it.

v0.5.6

5 years ago
  • Fix global this is undefined in module script. Support @vue/cli modern build.

v0.5.5

5 years ago
  • Fix infinite recursion by requestIdleCallback function.

v0.5.4

5 years ago
  • Change ui rendering to async mode by requestIdleCallback.
  • Fix non existence of DocumentFragment's method getElementById.
  • Fix trailing comma syntax unsupported in old environment.