Skip to content

Fixes an error during `vuepress build`

Choose a tag to compare

@padarom padarom released this 18 Oct 09:12

During building of the documentation (vuepress build) the error WebpackError: ReferenceError: localStorage is not defined is raised.

This release contains a fix for that issue, thanks to @Fischermaen.