luqin

Results 78 comments of luqin

entry 也支持带目录结构的输出: ``` js entry { 'a/b/c': 'c' } ```

可以的,参考官方文档吧

``` { entry: { 'common/a': "./a", 'page/b': "./b" }, output: { path: path.join(__dirname, "dist"), filename: "[name].entry.js" } } ``` 具体还可参考 http://webpack.github.io/docs/multiple-entry-points.html 页面底部的三种示例

我发的code中,`/`就会自动生成文件夹目录。我项目都是这么用的

我这也是多个entry,每个entry自己指定目录,达不到他需求?

``` { entry: { 'common/a': "./a", 'page/b': "./b" }, output: { path: path.join(__dirname, "dist"), filename: "[name].entry.js" } } ``` 输出的文件: ``` /dist /common a.entry.js /page b.entry.js ``` 我不知道你们还有啥需求

react-bootstrap-multiselect - A multiselect component for react (with bootstrap). This is a react port of bootstrap-multiselect. https://github.com/skratchdot/react-bootstrap-multiselect

## Date & Time - [react-daterange-picker](https://github.com/onefinestay/react-daterange-picker) - [react-date-range - A React component for choosing dates and date ranges.](https://github.com/Adphorus/react-date-range) - [react-bootstrap-datetimepicker](https://github.com/quri/react-bootstrap-datetimepicker) - [react-bootstrap-daterangepicker - A date/time picker for react (using bootstrap)....