Git Product home page Git Product logo

Comments (8)

DeMoorJasper avatar DeMoorJasper commented on June 10, 2024 1

Ow no that that was just for testing, you should however remove the old cache and update the plugin.
After that it should work both with and without caching enabled

from parcel-plugin-svelte.

DeMoorJasper avatar DeMoorJasper commented on June 10, 2024

Could u upload an example that uses this?
Than i could look into it and fix it

from parcel-plugin-svelte.

andruschka avatar andruschka commented on June 10, 2024

Hey, yes i have a main.js file (which is imported with a tag in the index.html) and this file imports the App.svelte file and then initializes the App component. The App.svelte looks like this:

<Header></Header>

<script>
import Header from './header.svelte'
export default {
  components: { Header }
}
</script>

Really basic setup where I just want to import another component inside of the root component

from parcel-plugin-svelte.

andruschka avatar andruschka commented on June 10, 2024

app.svelte and header.svelte are ofcourse located in the same dir.

from parcel-plugin-svelte.

DeMoorJasper avatar DeMoorJasper commented on June 10, 2024

Tnx for letting me know the exact setup, i'll look into it and see if i can fix it

from parcel-plugin-svelte.

DeMoorJasper avatar DeMoorJasper commented on June 10, 2024

It should be fixed in the new release @andruschka
Thank you for reporting this :)

from parcel-plugin-svelte.

andruschka avatar andruschka commented on June 10, 2024

cool 👍

from parcel-plugin-svelte.

andruschka avatar andruschka commented on June 10, 2024

So - it is only working with --no-cache flag - am I right?
EDIT: ok just had to delete .cache 💯

from parcel-plugin-svelte.

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.