Coder Social home page Coder Social logo

Comments (7)

galvez avatar galvez commented on September 23, 2024 1

Pushed v3.0.0-beta.22 to npm now, should be fixed.

Before we do the final v3.0.0 release, it should have gotten a TypeScript definition for the configuration and tests to make sure this type of problem doesn't happen again. Cheers.

from fastify-vite.

galvez avatar galvez commented on September 23, 2024 1

hideaway clientModule from the user all together.

See https://github.com/fastify/vite-plugin-blueprint — personally I've moved away from this approach because I want to keep fastify-vite and fastify-dx fully transparent, but I might still revisit this.

In any case, vite-plugin-blueprint is what you need.

from fastify-vite.

galvez avatar galvez commented on September 23, 2024

Thanks for the report, looking into this!

from fastify-vite.

galvez avatar galvez commented on September 23, 2024

One thing to know though: clientModule expects an absolute path based on the root invite.config.js.

So if root in vite.config.js is join(<dirname>, 'client'), and your client module is client/foobar.js:

{
  clientModule: '/foobar.js'
}

from fastify-vite.

galvez avatar galvez commented on September 23, 2024

And also, you'll have to change the path in your server vite build call in package.json.

from fastify-vite.

galvez avatar galvez commented on September 23, 2024

Additional bit of info, the following properties can be set either at the configuration top-level or in renderer. If they're set in renderer, they take precedence over anything you've set at the top-level.

  • clientModule
  • createErrorHandler
  • createHtmlFunction
  • createHtmlTemplateFunction
  • createRenderFunction
  • createRoute
  • createRouteHandler
  • prepareClient

from fastify-vite.

dac09 avatar dac09 commented on September 23, 2024

One thing to know though: clientModule expects an absolute path based on the root invite.config.js.

Useful to know, and thanks for the quick fix @galvez. Can confirm it is now working.

I wonder if it would be possible to use an absolute path instead? What I'm trying to evaluate is whether I can move the clientModule to inside the framework i.e. generate the routes, and hideaway clientModule from the user all together.

I suppose I can always generate the file in a "ignored" folder `.redwood/generatedClientModule.js' and point to it from the vite root.

from fastify-vite.

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.