vuepress-plugin-chunkload-redirect
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "vuepress-plugin-chunkload-redirect", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Catch chunkload errors from a stale deploy and route to destination", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,5 +23,5 @@ # vuepress-plugin-chunkload-redirect | ||
plugins: [ | ||
['vuepress-plugin-chunkload-redirect'], | ||
'vuepress-plugin-chunkload-redirect', | ||
] | ||
} | ||
``` |
3217