Skip to content

Releases: Timkor/nuxt-polyfill

v1.0.3

31 Mar 13:17
Compare
Choose a tag to compare

Support for new option to include features into the default bundle.

Since Chrome 41, the version Google uses for indexing, does not support a lot of new functionality. Polyfills will most certainly be loaded. This will reduce Pagespeed.

feature.include

Now you can set the include property of a feature to true. This will make sure the polyfill will be included into the default bundle. It will still not execute if the feature is detected. But only loaded and parsed.

Fix unresolved import issue

16 Mar 15:52
Compare
Choose a tag to compare
1.0.1

Patch example dep version

Official first release of nuxt-polyfill

16 Mar 13:28
Compare
Choose a tag to compare
1.0.0

Merge branch 'master' of https://github.com/Timkor/nuxt-polyfill