bower-webpack-plugin icon indicating copy to clipboard operation
bower-webpack-plugin copied to clipboard

Handle module dependencies

Open lpiepiora opened this issue 10 years ago • 3 comments

Handle module dependencies. When a bower manifest declares a dependency on some other module, the referenced module should be also included.

For example, if for module X, a bower.json contains:

  "dependencies": {
    "jquery": ">= 1.9.0"
  }

then, when the module is required via require("x"), the require("jquery") should be automatically added.

lpiepiora avatar Oct 30 '14 20:10 lpiepiora

+1

timc13 avatar Mar 15 '16 07:03 timc13

+1

starpeng avatar Jul 05 '16 08:07 starpeng

+1

puresamari avatar Jul 06 '16 13:07 puresamari