Code Monkey home page Code Monkey logo

Comments (5)

StarkShang avatar StarkShang commented on June 23, 2024 1

Hi @fchpr, thank for your feedback. I am not familiar with svelte, and more important I am focusing on tracking assets dependences(which discuss a lot in rollup/rollup#2872).
If you have time, welcome to add these features. I'd like to think about these as soon as after finishing the tracking work (I already have some ideas to solve this problem, so it will not taken much time : - ) ).

from vite-plugin-chrome-extension.

StarkShang avatar StarkShang commented on June 23, 2024 1

@fchpr, I am looking into using this plugin with vite/svelte. I add an svelte example by using svelte in options page and popup page. It works well with command vite build.
However, you mentioned that the error is thrown when running in dev mode. What does the dev mode mean? The default svelte template project contains dev script: vite, but I think a watch mode is more suitable for Chrome Extension development. I prefer using Storybook for component development, and using watch build mode for debugging in Chrome.

from vite-plugin-chrome-extension.

heshdotcc avatar heshdotcc commented on June 23, 2024

Heyo! Sorry for not being able to answer... Your example seems pretty neat. The issue is that by default vite command seems to be made for hot-relaoding web/apps, not extensions per se. So what we should be looking for is a custom run script for watching source files and then re-run the dist build on any change to them.

Storybook is a great tool, indeed, but it may not apply to every case. I mean for small projects may be overkill...

Anyways, I will try to post any update here when I have time to look at the vite source code. Thanks for the update!

from vite-plugin-chrome-extension.

StarkShang avatar StarkShang commented on June 23, 2024

As mentioned in #6, whether the --watch option mentioned by @infix is what you need? In this mode, vite will rebuild the source code when it detect changes. As far as I know, Chrome extension can only be updated by reloading files which is differ from how vue or svelte development server works.

from vite-plugin-chrome-extension.

heshdotcc avatar heshdotcc commented on June 23, 2024

Yes, it's. Let's follow the feature there. Thanks! Cheers,

from vite-plugin-chrome-extension.

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.