Coder Social home page Coder Social logo

Comments (4)

yyx990803 avatar yyx990803 commented on May 29, 2024 1

The injected code should be import '@prefresh/vite/dist/src/runtime' because it's resolved as a project source file instead of a file inside @prefresh/vite.

from prefresh.

lukeed avatar lukeed commented on May 29, 2024

I think the easy workaround (altho it looks silly) is to create a sibling src/runtime.js file in the prefresh/vite and import that here instead.

// src/runtime.js
import '@prefresh/core';

// src/utils.js
export { compareSignatures } from '@prefresh/utils';

// src/index.js
shouldBind
  ? `
    import '@prefresh/vite/dist/src/runtime';
    import { compareSignatures } from '@prefresh/vite/dist/src/utils';
  `
  : ///

from prefresh.

lukeed avatar lukeed commented on May 29, 2024

Updated & confirms that it works locally

from prefresh.

JoviDeCroock avatar JoviDeCroock commented on May 29, 2024

Hey @yyx990803

@lukeed implemented this and will be part of the next patch release, hoping to do that tonight. Thank you for bringing this to my attention I was not aware of it at all.

from prefresh.

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.