bower-webpack-plugin
bower-webpack-plugin copied to clipboard
Bower Webpack Plugin
Hi, after installing a node module that has a bower.json inside and wanting to require this module (reflux in my example); it seems bower-webpack-plugin mess with it and fail to...
some bower_componentse`s bower.json has no setting "main" , so, when I require the bower_component , it is error ! , how I should do ?
I'm having trouble figuring out how to add libraries that are added to jQuery, for example MaterializeCSS. This is the error I'm getting: `Uncaught TypeError: $(...).dropdown is not a function`...
It seems that simply the presence of this plugin in my webpack config prevents exposed variables from getting to the browser. In my setup below, I should have window.$ and...
Hi! I found that this plugin ignores `resolve.modulesDirectories` configuration option. In my case it is set to `["node_modules", "bower_components"]` and I want webpack to look at `node_module` first, but instead...
Here's how I reproduce the problem, maybe you can tell me what is going wrong? git clone [email protected]:angular-class/angular2-webpack-starter.git cd angular2-webpack-starter/ bower install bootstrap bower install jquery npm install --save-dev webpack...
I was previously having an [issue](https://github.com/js-data/js-data-angular/issues/338) with `js-data` which turned out to be because of this plugin. It seems that any plugin that contains a proper UMD definition will mess...
Hi friends. Please help me with this. I try to use BowerWebpack for looking for bower_components, but it seems get only js file, how about css file. Thanks ! ```...
Fixed a small syntax error in the defaults you show in the Readme. Thanks a lot for the plugin!