Coder Social home page Coder Social logo

Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin('html').use(<Plugin>) first. about vue-cli-plugin-prerender-spa HOT 6 OPEN

paxcodes avatar paxcodes commented on June 24, 2024 1
Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin('html').use() first.

from vue-cli-plugin-prerender-spa.

Comments (6)

ricky11 avatar ricky11 commented on June 24, 2024 1

this repo needs love.. vue pre-rendering is lacking so much support.

from vue-cli-plugin-prerender-spa.

paxcodes avatar paxcodes commented on June 24, 2024

@ricky11 I know. I'm focusing on Python right now so I can't help much with investigating the problem / contributing. :( I totally wish I have a time-turner and I would! I settled right now with not pre-rendering my hobby project which is very small.

Another workaround if you really, absolutely need pre-rendering is using Nuxt. But that could be overkill. 🙈

from vue-cli-plugin-prerender-spa.

ricky11 avatar ricky11 commented on June 24, 2024

Thanks for replying. Yes nuxt is indeed overkill. I wonder what nuxt does under the hood for pre rendering.
Im also looking at gridsome, but again i would need to make so many changes to an existing production app only to pre render 2 or 3 routes.

Nevertheless, your module works well for our home page, but for my blog it doesn't even though i have added that route. I am using a cms (prismic) to fetch the data, and i assumed that headless chrome would render the page wait for the data to fetch and then save the blog page staticly.. but it seems like it doesn't.. maybe its a timeout issue?

its sad to see the vue core team dont support pre-rendering, as even Chris Fritz has mostly left the team and given up maintaining his package. It almost seems vue is forcing us to use nuxt, but most of it isn't needed if we maintain our own routes and dont need SSR.

Thanks so much however for this package, if you have the time, please let me know if there are other options, (react-snap?)

oh by the way if in future i decide to uninstall the package and revert the changes made to vue.config.js and my main.js how would i do that? i tried to do it some time ago and my package broke..

Thanks
Rishi

from vue-cli-plugin-prerender-spa.

paxcodes avatar paxcodes commented on June 24, 2024

from vue-cli-plugin-prerender-spa.

ricky11 avatar ricky11 commented on June 24, 2024

Oh thats okay... it seems there are other people looking for a maintained pre-render package... im going to look in to react-snap which also works with vue.. now if only i could uninstall this without breaking vue cli!

from vue-cli-plugin-prerender-spa.

y-a-ava avatar y-a-ava commented on June 24, 2024

try this:

const html = require('html-webpack-plugin')
chainWebpack: config => {
config
.plugin('html')
.use(html) // when this doesnt exist it fails
.tap(args => {
return args
})

from vue-cli-plugin-prerender-spa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.