Giter VIP home page Giter VIP logo

Comments (8)

jantimon avatar jantimon commented on May 15, 2024 2

I am on vacation for the next 3 weeks but maybe afterwards.

from webpack.js.org.

TheLarkInn avatar TheLarkInn commented on May 15, 2024

Can use this to link to individual issues I will create for each of these bullet points.

from webpack.js.org.

mxstbr avatar mxstbr commented on May 15, 2024

Implementing Custom Plugin Hooks (like html-webpack-plugin)

We use those in Carte Blanche too (@jantimon helped us build it, so that's why 😁) so I can document that!

from webpack.js.org.

jantimon avatar jantimon commented on May 15, 2024

Well webpack is very modular - the custom plugin hooks are exactly the same as the "standard" hooks.

from webpack.js.org.

TheLarkInn avatar TheLarkInn commented on May 15, 2024

@jantimon Exactly. I think one we start educating developers about Tapabale etc. Plugins and how they work will be way easier.

Does anyone have a really good understanding of Tapable besides @sokra

from webpack.js.org.

jantimon avatar jantimon commented on May 15, 2024

Tapable is very simple - you can just read the source it contains only very small helper functions.

It is similar to event emitter however it allows plugins to queue up and modify the given value.
Unfortunately it doesn't allow to listen to an event only once or to unbind events.

from webpack.js.org.

TheLarkInn avatar TheLarkInn commented on May 15, 2024

@jantimon would you be willing to tackle the Tapable page? Like explain how it works, even though it's pretty simple code we want to explain it to somone in a clear and consice way. I was thinking about writing the schema/typescript definition for it as well.

from webpack.js.org.

skipjack avatar skipjack commented on May 15, 2024

Closing for the same reason mentioned in #36. Let's open more targeted issues/prs if there's still work left to do.

from webpack.js.org.

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.