Code Monkey home page Code Monkey logo

Comments (3)

Snapstromegon avatar Snapstromegon commented on May 28, 2024 1

Hi @BurningDog,

this plugin does not use the rollup watch mode on purpose, as it's supposed to be highly integrated into the 11ty workflow.

This means that for each build (and watch build of 11ty) a new rollup build instance is created.

You should be able to resolve this issue by adding a watch target to your js files in your eleventy config.

You can see the 11ty docs here

Code example:

// .eleventy.js
module.exports = function(eleventyConfig) {
  eleventyConfig.addWatchTarget("src/js/");
};

Please add a short response wether this helped you so I can close the issue or otherwise can investigate further.

from eleventy-plugin-rollup.

BurningDog avatar BurningDog commented on May 28, 2024

Ah brilliant, this worked perfectly, thank you! Will close the issue. It would be great to have this added to the README too.

from eleventy-plugin-rollup.

Snapstromegon avatar Snapstromegon commented on May 28, 2024

Just FYI:
Version 1.1.0 of this plugin now does a best effort to parse the rollup config watch target - the approach described above is still the recommended way of doing things.

from eleventy-plugin-rollup.

Related Issues (8)

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.