Giter Club home page Giter Club logo

webpack-partial's People

Contributors

dairyisscary avatar izaakschroeder avatar jjt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jjt ajoshi0 nexxxt99

webpack-partial's Issues

Webpack 3 support

The module.use syntax should work with Webpack 3; however the regex only tests for 2.x.x.

Improve README to explain how to compose multiple partials

The existing documentation suggests that partial() can be used in the partials as well as for composing many partials. I ran into many issues with this resulting in weird webpack configs with lots of duplication and unknown errors.

I eventually switched to using lodash/fp/flow like:

var compose = require("lodash/fp/flow");
var partial1 = require("./partials/partial1");
var partial2 = require("./partials/partial2");

module.exports = compose(
  partial1,
  partial2
)({
  cache: true // or just an empty object if this doesn't have any starter config
});

It would be great to suggest either this method or a method of simple chaining ala:

module.exports = partial2(partial1({
    cache: true
}));

if not using a compose dependency.

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.