baggage-loader icon indicating copy to clipboard operation
baggage-loader copied to clipboard

maintainer needed

Open deepsweet opened this issue 7 years ago • 6 comments

hey. does anyone want (and can) to maintain this package?

deepsweet avatar Sep 17 '16 14:09 deepsweet

@Hi, @deepsweet thanks for awesome loader, I think for the long time, maybe I can try to fixed issue if I have some free time.

madeinfree avatar Oct 26 '16 03:10 madeinfree

@madeinfree hi! let's start with some pull request :)

deepsweet avatar Nov 06 '16 14:11 deepsweet

@deepsweet OK, thanks !! I'll do my best

madeinfree avatar Nov 07 '16 01:11 madeinfree

Hey guys. I just found out about this loader. I've recently written something very similar, although it doesn't prepend require(yourDependency) to code, but appends require.include(yourDependency) so that Webpack only adds the dependency to the dependency graph.

It's called convention-loader and available from webpack-dependency-suite/loaders/contention-loader and works with Webpack 2.0. You can use a predefined convention (like 'extension-swap') or define a custom one by passing a method.

If you'd like, I can make the type of the require configurable (currently only appending require.include), so that it could essentially replace baggage-loader.

Here's its code: https://github.com/niieani/webpack-dependency-suite/blob/master/loaders/convention-loader.ts.

niieani avatar Nov 15 '16 12:11 niieani

@deepsweet I guess I could. I'm using this it practically all my projects and it's a bit annoying that it's not been updated in years 😊

LaurynasTG avatar Apr 09 '20 14:04 LaurynasTG

@LaurynasTG let's start with pull request if you have some idea and then I'll add you as collaborator both here and on NPM.

deepsweet avatar Apr 13 '20 13:04 deepsweet