bower-webpack-plugin
bower-webpack-plugin copied to clipboard
Handle module dependencies
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.
+1
+1
+1