You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ vuepress dev docs
Extracting site metadata...(node:13230) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
Followed by these errors after building:
ERROR in TypeError: compilation.templatesPlugin is not a function
- SetVarMainTemplatePlugin.js:17 SetVarMainTemplatePlugin.apply
[vue-css-grid]/[webpack]/lib/SetVarMainTemplatePlugin.js:17:15
- Tapable.js:71 Compilation.apply
[vue-css-grid]/[tapable]/lib/Tapable.js:71:16
- util.js:52 Compilation.deprecated [as apply]
internal/util.js:52:15
... more errors
The text was updated successfully, but these errors were encountered:
Repo for reproduction: https://github.com/ederchrono/vue-css-grid/tree/bug/vuepress-tapable-error
When running vuepress shows this warning:
Followed by these errors after building:
The text was updated successfully, but these errors were encountered: